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 () {