Skip to content

Commit c2a038d

Browse files
committed
Fixed password
1 parent 6294a9a commit c2a038d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function getLiveConnection() {
118118
'host' => '127.0.0.1',
119119
'database' => 'test',
120120
'username' => 'root',
121-
'password' => 'root',
121+
'password' => '',
122122
'charset' => 'utf8mb4', // Optional
123123
'collation' => 'utf8mb4_unicode_ci', // Optional
124124
'prefix' => '', // Table prefix, optional

0 commit comments

Comments
 (0)