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 May 22, 2019
1 parent 790ef4f commit 68e1ffa
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 68e1ffa

Please sign in to comment.