Skip to content

Commit

Permalink
Fixed test failures in case of a non-standard MySQL port
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Dec 14, 2018
1 parent b9d7a36 commit 314529f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private function getConnection(array $driverOptions)
[
'host' => $GLOBALS['db_host'],
'dbname' => $GLOBALS['db_name'],
'port' => $GLOBALS['db_port'],
],
$GLOBALS['db_username'],
$GLOBALS['db_password'],
Expand Down

0 comments on commit 314529f

Please sign in to comment.