Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 29, 2024
1 parent a14c0eb commit cf08183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Feature/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\TestCase as OrchestraTestCase;

use function restore_error_handler;
use function restore_exception_handler;

abstract class TestCase extends OrchestraTestCase
{
use WithWorkbench;
Expand All @@ -33,6 +36,7 @@ public function tearDown(): void
restore_exception_handler();

m::close();

parent::tearDown();
}
}

0 comments on commit cf08183

Please sign in to comment.