mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 23:44:03 +00:00
added // todo@tests
This commit is contained in:
parent
c515bbfaa1
commit
8f1ebde3ab
6 changed files with 6 additions and 2 deletions
|
|
@ -227,6 +227,7 @@ test('the model returned by the tenant helper has unique and exists validation r
|
|||
expect($existsFails)->toBeFalse();
|
||||
});
|
||||
|
||||
// todo@tests
|
||||
function primaryModelsScopedToCurrentTenant()
|
||||
{
|
||||
// acme context
|
||||
|
|
@ -273,6 +274,7 @@ function primaryModelsScopedToCurrentTenant()
|
|||
expect(Post::count())->toBe(1);
|
||||
}
|
||||
|
||||
// todo@tests
|
||||
function secondaryModelsAreScopedToCurrentTenant()
|
||||
{
|
||||
// acme context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue