From 26b193d650f43d06f6d3b2cdb0e72bd7e0318e03 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Tue, 12 Nov 2024 00:22:53 -0500 Subject: [PATCH] Cler cache afterEach --- tests/Command/CacheTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Command/CacheTest.php b/tests/Command/CacheTest.php index f7aec3f..4881fd6 100644 --- a/tests/Command/CacheTest.php +++ b/tests/Command/CacheTest.php @@ -14,6 +14,8 @@ afterEach(function () { $this->artisan('optimize:clear')->execute(); + + DomainCache::clear(); }); it('can cache discovered domain providers, commands, migrations', function () {