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 29ac9f2 commit a870e32Copy full SHA for a870e32
tests/TestCase.php
@@ -74,15 +74,18 @@ protected function getEnvironmentSetUp($app)
74
'mysql' => [
75
'host' => '127.0.0.1',
76
'port' => 3307,
77
+ 'database' => 'test',
78
+ 'username' => 'test',
79
+ 'password' => 'test',
80
],
81
'pgsql' => [
82
83
'port' => 5432,
84
85
86
87
88
},
- 'database' => 'test',
- 'username' => 'test',
- 'password' => 'test',
89
]);
90
91
$app['config']->set('mail.driver', 'log');
0 commit comments