From 3481e24c7d36dbdcc5e010a995f367ba38a86c04 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 13 Apr 2023 13:45:29 +0200 Subject: [PATCH] Delete afterEach --- tests/BootstrapperTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index 72ad55de..36614c34 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -54,10 +54,6 @@ beforeEach(function () { Event::listen(TenancyEnded::class, RevertToCentralContext::class); }); -afterEach(function () { - CacheManager::$addTags = false; -}); - test('database data is separated', function () { config(['tenancy.bootstrappers' => [ DatabaseTenancyBootstrapper::class,