We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9455f commit de1987bCopy full SHA for de1987b
tests/TestCase.php
@@ -65,9 +65,6 @@ protected function getEnvironmentSetUp($app)
65
'handler' => 'https://localhost/my-handler',
66
'service_account_email' => '[email protected]',
67
]);
68
-
69
- $app['config']->set('database.default', 'sqlite');
70
- $app['config']->set('database.connections.sqlite.database', database_path('database.sqlite'));
71
}
72
73
protected function setConfigValue($key, $value)
0 commit comments