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 818d7f6 commit 9378e61Copy full SHA for 9378e61
tests/config/database.php
@@ -8,19 +8,19 @@
8
'name' => 'mongodb',
9
'driver' => 'mongodb',
10
'host' => '127.0.0.1',
11
- 'database' => 'mongo',
+ 'database' => 'unittest',
12
],
13
14
'mysql' => [
15
'driver' => 'mysql',
16
17
18
- 'username' => 'homestead',
19
- 'password' => 'secret',
+ 'username' => 'travis',
+ 'password' => '',
20
'charset' => 'utf8',
21
'collation' => 'utf8_unicode_ci',
22
'prefix' => '',
23
24
25
26
-];
+];
0 commit comments