Skip to content

Commit c2b0104

Browse files
committed
Removed password
1 parent c5789c3 commit c2b0104

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
@@ -116,7 +116,7 @@ public function getLiveConnection() {
116116
'host' => '127.0.0.1',
117117
'database' => 'test',
118118
'username' => 'root',
119-
'password' => 'root',
119+
'password' => '',
120120
'charset' => 'utf8mb4', // Optional
121121
'collation' => 'utf8mb4_unicode_ci', // Optional
122122
'prefix' => '', // Table prefix, optional

0 commit comments

Comments
 (0)