Skip to content

Commit

Permalink
optimize:clear before each test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 13, 2024
1 parent 2d544c2 commit 9c5a451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Command/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

config(['cache.default' => 'file']);

$this->artisan('optimize:clear')->execute();

DomainCache::clear();
});

Expand Down

0 comments on commit 9c5a451

Please sign in to comment.