From c00eee24d5c011e7e89beca2cec0542dce3c66a5 Mon Sep 17 00:00:00 2001 From: fser Date: Sat, 5 Jul 2014 22:26:08 +0200 Subject: [PATCH] Revert "I should really remove my gloves when typing keyboard" This reverts commit e540bac95d691d265d55a8ba453d04c7bf97816a. --- phpunit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index f04965dc..efc8a478 100644 --- a/phpunit/bootstrap.php +++ b/phpunit/bootstrap.php @@ -121,7 +121,7 @@ foreach ($mysqlConfigFile as $line) { */ class DB_system extends DB_Sql { function __construct() { - parent::__construct('127.0.0.1', $database, $user, $password); + parent::__construct('127.0.0.4, $database, $user, $password); } }