Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit f258adb

Browse files
committed
fix dsn
1 parent 7f51494 commit f258adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'components' => [
1010
'db' => [
1111
'class' => Connection::class,
12-
'dsn' => 'mysql:host=localhost;dbname=wpn_test_db;',
12+
'dsn' => 'mysql:host=127.0.0.1;dbname=wpn_test_db;',
1313
'username' => 'root',
1414
'password' => 'password',
1515
'enableSchemaCache' => true,

0 commit comments

Comments
 (0)