Skip to content

Commit 6fd02e8

Browse files
committed
wip
1 parent 969cdd0 commit 6fd02e8

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

tests/TestCase.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ abstract class TestCase extends BaseTestCase
1010
{
1111
use CreatesApplication;
1212

13-
/**
14-
* @before
15-
*/
16-
public function boot(): void
13+
protected function setUp(): void
1714
{
18-
$this->afterApplicationCreated(function () {
19-
$this->withoutVite();
20-
});
15+
parent::setUp();
16+
17+
$this->withoutVite();
2118
}
2219
}

0 commit comments

Comments
 (0)