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