Skip to content

Commit f5f0e53

Browse files
committed
Set up twice perhaps?
1 parent 8a3181a commit f5f0e53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class TestCase extends BaseTestCase
1616

1717
public function setUp(): void
1818
{
19+
parent::setUp();
20+
1921
$this->setUpDatabase($this->app);
2022

2123
parent::setUp();

0 commit comments

Comments
 (0)