update testing db credentials

This commit is contained in:
Jack Goh
2018-08-01 17:59:00 +08:00
parent e1ef66fbc7
commit ff1c72f252
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -58,9 +58,9 @@ return [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => 'forunittest',
'username' => 'root',
'password' => '',
'database' => 'phpunit',
'username' => 'default',
'password' => 'secret',
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',