Skip to content

Commit

Permalink
Cleanup tests before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Oct 16, 2023
1 parent 03fe488 commit c84e59f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function setUp() : void

$this->fs = new Filesystem(new LocalFilesystemAdapter(DIRECTORY_SEPARATOR));

$this->fs->directoryExists($this->cacheDir);
$this->cleanupCacheDir($this->cacheDir);

if (!$this->fs->directoryExists($this->cacheDir)) {
$this->fs->createDirectory($this->cacheDir);
Expand Down

0 comments on commit c84e59f

Please sign in to comment.