We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5789c3 commit c2b0104Copy full SHA for c2b0104
1 file changed
tests/TestCase.php
@@ -116,7 +116,7 @@ public function getLiveConnection() {
116
'host' => '127.0.0.1',
117
'database' => 'test',
118
'username' => 'root',
119
- 'password' => 'root',
+ 'password' => '',
120
'charset' => 'utf8mb4', // Optional
121
'collation' => 'utf8mb4_unicode_ci', // Optional
122
'prefix' => '', // Table prefix, optional
0 commit comments