Skip to content

Commit

Permalink
update dynamic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 committed May 28, 2020
1 parent 9e43fca commit 857d92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/coroutine-runtime-pdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
new PDOConnector,
[
'dsn' => 'mysql:host=127.0.0.1;port=3306;dbname=mysql',
'dsn' => 'mysql:host=127.0.0.1;port=3306;dbname=mysql;charset=utf8mb4',
'username' => 'root',
'password' => 'xy123456',
'options' => [
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-testing.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
new PDOConnector,
[
'dsn' => 'mysql:host=127.0.0.1;port=3306;dbname=mysql',
'dsn' => 'mysql:host=127.0.0.1;port=3306;dbname=mysql;charset=utf8mb4',
'username' => 'root',
'password' => 'xy123456',
'options' => [
Expand Down

0 comments on commit 857d92f

Please sign in to comment.