From e540bac95d691d265d55a8ba453d04c7bf97816a Mon Sep 17 00:00:00 2001 From: fser Date: Sat, 5 Jul 2014 22:13:41 +0200 Subject: [PATCH] I should really remove my gloves when typing keyboard --- phpunit/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index efc8a478..f04965dc 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.4, $database, $user, $password); + parent::__construct('127.0.0.1', $database, $user, $password); } }