diff --git a/tests/TestCases/DatabaseTestCase.php b/tests/TestCases/DatabaseTestCase.php index 5f65399..02be8d1 100644 --- a/tests/TestCases/DatabaseTestCase.php +++ b/tests/TestCases/DatabaseTestCase.php @@ -16,7 +16,6 @@ protected function refreshInMemoryDatabase(): void { $this->createJobsTable(); $this->createFailedJobsTable(); - } protected function refreshTestDatabase(): void