mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:14:02 +00:00
Correct $addTags reset in a test
This commit is contained in:
parent
740d4e78d8
commit
651302943f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ afterEach(function () {
|
|||
PrefixCacheTenancyBootstrapper::$tenantCacheStores = [];
|
||||
PrefixCacheTenancyBootstrapper::$prefixGenerator = null;
|
||||
|
||||
TenancyCacheManager::$addTags = true;
|
||||
TenancyCacheManager::$addTags = false;
|
||||
});
|
||||
|
||||
test('Tenancy overrides CacheManager', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue