Skip to content

Commit 81ab9f0

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ec66dd6 commit 81ab9f0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/TestCase.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,4 @@
1010
class TestCase extends Orchestra
1111
{
1212
use DatabaseMigrations;
13-
14-
protected function setUp(): void
15-
{
16-
parent::setUp();
17-
18-
// The RefreshDatabase trait did not work for some reason. As I don't have to run any migrations, the simplified
19-
// approach of dropping tables is even better. Less work to do when setting up the test environments results in
20-
// better performance.
21-
// $this->getConnection()->getSchemaBuilder()->dropAllTables();
22-
}
2313
}

0 commit comments

Comments
 (0)