diff --git a/tests/TestCase.php b/tests/TestCase.php index 64d66cf..b054d8c 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -29,9 +29,9 @@ protected function getEnvironmentSetUp($app) { $app['config']->set('database.default', 'sqlite'); $app['config']->set('database.connections.sqlite', [ - 'driver' => 'sqlite', + 'driver' => 'sqlite', 'database' => ':memory:', - 'prefix' => 'indonesia_', + 'prefix' => 'indonesia_', ]); $app['config']->set('indonesia.table_prefix', 'indonesia_'); }