diff --git a/tests/Autoload/IgnoreTest.php b/tests/Autoload/IgnoreTest.php index 84d1093..5a9a01b 100644 --- a/tests/Autoload/IgnoreTest.php +++ b/tests/Autoload/IgnoreTest.php @@ -25,11 +25,15 @@ $this->setupTestApplication(); + DomainCache::clear(); + Artisan::call('optimize:clear'); }); afterEach(function () { DomainCache::clear(); + + Artisan::call('optimize:clear'); }); it('can ignore folders when autoloading', function () {