Skip to content

Commit de1987b

Browse files
committed
Cleanup
1 parent 9c9455f commit de1987b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ protected function getEnvironmentSetUp($app)
6565
'handler' => 'https://localhost/my-handler',
6666
'service_account_email' => '[email protected]',
6767
]);
68-
69-
$app['config']->set('database.default', 'sqlite');
70-
$app['config']->set('database.connections.sqlite.database', database_path('database.sqlite'));
7168
}
7269

7370
protected function setConfigValue($key, $value)

0 commit comments

Comments
 (0)