Skip to content

Commit 9378e61

Browse files
committed
Revert test credentials
1 parent 818d7f6 commit 9378e61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/config/database.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
'name' => 'mongodb',
99
'driver' => 'mongodb',
1010
'host' => '127.0.0.1',
11-
'database' => 'mongo',
11+
'database' => 'unittest',
1212
],
1313

1414
'mysql' => [
1515
'driver' => 'mysql',
1616
'host' => '127.0.0.1',
17-
'database' => 'mongo',
18-
'username' => 'homestead',
19-
'password' => 'secret',
17+
'database' => 'unittest',
18+
'username' => 'travis',
19+
'password' => '',
2020
'charset' => 'utf8',
2121
'collation' => 'utf8_unicode_ci',
2222
'prefix' => '',
2323
],
2424
],
2525

26-
];
26+
];

0 commit comments

Comments
 (0)