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

Correct $addTags reset in a test

This commit is contained in:
lukinovec 2023-04-13 13:10:41 +02:00
parent 740d4e78d8
commit 651302943f

View file

@ -34,7 +34,7 @@ afterEach(function () {
PrefixCacheTenancyBootstrapper::$tenantCacheStores = [];
PrefixCacheTenancyBootstrapper::$prefixGenerator = null;
TenancyCacheManager::$addTags = true;
TenancyCacheManager::$addTags = false;
});
test('Tenancy overrides CacheManager', function() {