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

Add database connection assertions in GlobalCacheTest

This commit is contained in:
Samuel Štancl 2025-08-05 22:38:24 +02:00
parent dbb8470b80
commit 999caa65d9
2 changed files with 19 additions and 7 deletions

View file

@ -150,7 +150,7 @@ test('cache is invalidated when tenant is updated from within the tenant context
expect(DB::getQueryLog())->not()->toBeEmpty(); // Cache was invalidated, so the tenant was retrieved from the DB
})->with([
// todo@samuel test this with the database cache bootstrapper too?
// todo0 test this with the database cache bootstrapper too?
CacheTenancyBootstrapper::class,
CacheTagsBootstrapper::class,
]);