1
0
Fork 0
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:
Abrar Ahmad 2022-07-01 12:21:41 +05:00
parent c515bbfaa1
commit 8f1ebde3ab
6 changed files with 6 additions and 2 deletions

View file

@ -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