From ee3e41bf21026c41f630c717cfe963d4aff3f66e Mon Sep 17 00:00:00 2001 From: "Ralph J. Smit" <59207045+ralphjsmit@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:44:42 +0100 Subject: [PATCH] Update TestCase.php --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();