Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Feb 4, 2025
1 parent 9741966 commit 8b3fa59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ protected function getPackageProviders($app): array
public function getEnvironmentSetUp($app): void
{
config()->set('database.default', 'testing');

/*
foreach (\Illuminate\Support\Facades\File::allFiles(__DIR__ . '/database/migrations') as $migration) {
(include $migration->getRealPath())->up();
}
*/
}
}

0 comments on commit 8b3fa59

Please sign in to comment.