From 651302943f2b7bc626b76463166688423a640318 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 13 Apr 2023 13:10:41 +0200 Subject: [PATCH] Correct `$addTags` reset in a test --- tests/PrefixCacheBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index da4800da..c4588c92 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -34,7 +34,7 @@ afterEach(function () { PrefixCacheTenancyBootstrapper::$tenantCacheStores = []; PrefixCacheTenancyBootstrapper::$prefixGenerator = null; - TenancyCacheManager::$addTags = true; + TenancyCacheManager::$addTags = false; }); test('Tenancy overrides CacheManager', function() {