Skip to content

Commit

Permalink
Remove sqlite db refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Mar 13, 2024
1 parent 0641a91 commit 7933a2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/TestCases/DatabaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ abstract class DatabaseTestCase extends TestCase
{
use RefreshDatabase {
refreshTestDatabase as baseRefreshTestDatabase;
refreshInMemoryDatabase as baseRefreshInMemoryDatabase;
}

protected function refreshInMemoryDatabase(): void
{
$this->createJobsTable();
$this->createFailedJobsTable();

$this->baseRefreshInMemoryDatabase();
}

protected function refreshTestDatabase(): void
Expand Down

0 comments on commit 7933a2a

Please sign in to comment.