diff --git a/tests/TestCase.php b/tests/TestCase.php index 2b65310..00428f4 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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();