Fixed test failures in case of a non-standard MySQL port

parent 790ef4fc
...@@ -61,6 +61,7 @@ class ConnectionTest extends DbalFunctionalTestCase ...@@ -61,6 +61,7 @@ class ConnectionTest extends DbalFunctionalTestCase
[ [
'host' => $GLOBALS['db_host'], 'host' => $GLOBALS['db_host'],
'dbname' => $GLOBALS['db_name'], 'dbname' => $GLOBALS['db_name'],
'port' => $GLOBALS['db_port'],
], ],
$GLOBALS['db_username'], $GLOBALS['db_username'],
$GLOBALS['db_password'], $GLOBALS['db_password'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment