mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 00:54:05 +00:00
Make with() matrix syntax more clear by using with() multiple times
This commit is contained in:
parent
a5c79d49c3
commit
1f41a8a863
2 changed files with 2 additions and 8 deletions
|
|
@ -222,7 +222,4 @@ test('queries will stop working when the tenant session variable is not set', fu
|
|||
INSERT INTO posts (text, tenant_id, author_id)
|
||||
VALUES ('post2', ?, ?)
|
||||
SQL, [$tenant->id, $authorId]))->toThrow(QueryException::class);
|
||||
})->with(
|
||||
[TableRLSManager::class, TraitRLSManager::class],
|
||||
[true, false]
|
||||
);
|
||||
})->with([TableRLSManager::class, TraitRLSManager::class])->with([true, false]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue