diff --git a/tests/TestCase.php b/tests/TestCase.php index 0e2ec9db268f8f9514dd9d3b1951de88a6ade931..a5070093f521745dfbaf0069df85c51caf6bacea 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -48,9 +48,9 @@ abstract class TestCase extends Orchestra { $app['config']->set('database.default', 'sqlite'); $app['config']->set('database.connections.sqlite', [ - 'driver' => 'sqlite', + 'driver' => 'sqlite', 'database' => __DIR__.'/database/database.sqlite', - 'prefix' => '', + 'prefix' => '', ]); $app['config']->set(