1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:44:02 +00:00

Get rid of TenantDatabaseDoesNotExist exception

This commit is contained in:
Samuel Štancl 2020-06-29 09:58:37 +02:00
parent 1e18dc3a74
commit fe52a3c4ea
6 changed files with 3 additions and 27 deletions

View file

@ -109,6 +109,4 @@ class CachedTenantResolverTest extends TestCase
$this->assertTrue($tenant->is(app(DomainTenantResolver::class)->resolve('bar')));
$this->assertNotEmpty(DB::getQueryLog()); // not empty
}
// todo2 at some point in the future, we could write invalidation tests for the other resolvers too
}