Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jun 6, 2024
1 parent 9b46317 commit f376646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ abstract class TestCase extends PHPUnit\TestCase implements Contracts\TestCase
#[\Override]
protected function setUp(): void
{
/** @phpstan-ignore-next-line */
if (isset(static::$latestResponse)) {
static::$latestResponse = null;
}
Expand Down
1 change: 0 additions & 1 deletion tests/Workbench/ErrorPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Orchestra\Testbench\Tests\Workbench;

use Orchestra\Testbench\Attributes\RequiresLaravel;
use Orchestra\Testbench\Attributes\WithConfig;
use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\TestCase;
Expand Down

0 comments on commit f376646

Please sign in to comment.