mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:24:04 +00:00
Correct comment
This commit is contained in:
parent
f83554add5
commit
1b09973429
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ test('runForMultiple runs the passed closure for the right tenants', function()
|
|||
};
|
||||
|
||||
// tenancy()->runForMultiple([], ...) shouldn't do anything
|
||||
// No users should be created -- the closure should not be run at all
|
||||
// No users should be created -- the closure should not run at all
|
||||
tenancy()->runForMultiple([], $createUser('none'));
|
||||
// Try the same with an empty collection -- the result should be the same for any traversable
|
||||
tenancy()->runForMultiple(collect(), $createUser('none'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue