1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 00:24:02 +00:00

Use withtenantDatabases where needed

This commit is contained in:
lukinovec 2023-01-11 07:15:02 +01:00
parent cda2a57fb0
commit 23b028da36
5 changed files with 31 additions and 11 deletions

View file

@ -23,6 +23,8 @@ beforeEach(function () {
});
test('batch repository is set to tenant connection and reverted', function () {
withTenantDatabases();
$tenant = Tenant::create();
$tenant2 = Tenant::create();