From a2bb0d63c5991963a25cabce643da1b20205016f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 2 Mar 2024 09:44:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index d24236c..3bea636 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -68,9 +68,9 @@ protected function getEnvironmentSetUp($app) { $app['config']->set('database.default', 'sqlite'); $app['config']->set('database.connections.sqlite', [ - 'driver' => 'sqlite', + 'driver' => 'sqlite', 'database' => ':memory:', - 'prefix' => '', + 'prefix' => '', ]); $app['config']->set('view.paths', [__DIR__.'/resources/views']);