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 591f7b7 commit 54e97c6Copy full SHA for 54e97c6
tests/TestCase.php
@@ -26,7 +26,7 @@ protected function getPackageProviders($app)
26
27
public function getEnvironmentSetUp($app)
28
{
29
- //config()->set('database.default', 'testing');
+ // config()->set('database.default', 'testing');
30
config()->set('database.default', 'mysql');
31
32
/*
0 commit comments