testsystem does not listen on socket for mysql

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-12-31 09:29:09 +01:00
parent 1eb14d7564
commit 37c434d4fc

View File

@@ -126,7 +126,7 @@ class MysqlsTest extends TestCase
// test connection // test connection
try { try {
$test_conn = new \PDO("mysql:host=localhost", 'test1sql1', $newPwd); $test_conn = new \PDO("mysql:host=127.0.0.1", 'test1sql1', $newPwd);
unset($test_conn); unset($test_conn);
} catch (PDOException $e) { } catch (PDOException $e) {
$this->fail($e->getMessage()); $this->fail($e->getMessage());