Skip to content

Commit

Permalink
Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 16, 2024
1 parent 482dc12 commit 5e17ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Autoload/IgnoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 5e17ad2

Please sign in to comment.