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

Revert "Get rid of TenantDatabaseDoesNotExist exception"

This reverts commit fe52a3c4ea.
This commit is contained in:
Samuel Štancl 2020-06-29 12:14:58 +02:00
parent 9ed46bbc35
commit 41aead5da2
6 changed files with 27 additions and 3 deletions

View file

@ -109,4 +109,6 @@ 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
}