Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Sep 20, 2024
1 parent a8c13aa commit df7dc3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ protected function setUp(): void
parent::setUp();

File::deleteDirectory(base_path('Modules'));
File::deleteDirectory(base_path('App\Repositories'));
File::deleteDirectory(base_path('App\Services'));
File::deleteDirectory(base_path('Database\Factories'));
File::deleteDirectory(base_path('modules'));
File::deleteDirectory(base_path('app\Repositories'));
File::deleteDirectory(base_path('app\Services'));
File::deleteDirectory(base_path('database\factories'));
File::deleteDirectory(base_path('resources\views\products'));
}

/*
Expand Down

0 comments on commit df7dc3f

Please sign in to comment.