Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Dec 12, 2024
1 parent ec700e6 commit d1e8e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/FacadeMakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

namespace Sunaoka\LaravelFacadeGenerator\Tests;

use Illuminate\Filesystem\Filesystem;

class FacadeMakeTest extends TestCase
{
protected function tearDown(): void
{
\File::delete([
(new Filesystem)->delete([
app_path('Facades/FacadeMakeTest.php'),
app_path('Services/FacadeMakeTestService.php'),
app_path('Providers/FacadeMakeTestServiceProvider.php'),
Expand Down

0 comments on commit d1e8e8d

Please sign in to comment.