Skip to content

Commit

Permalink
Update TestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Mar 14, 2024
1 parent fbcc845 commit ee3e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function getPackageProviders($app): array

protected function getEnvironmentSetUp($app): void
{
if ( version_compare(Application::VERSION, '11', '>=') ) {
if ( version_compare(Application::VERSION, '11', '<') ) {
config()->set('database.default', 'testing');

(include __DIR__ . '/Fixtures/migrations/create_test_tables.php')->up();
Expand Down

0 comments on commit ee3e41b

Please sign in to comment.