From bb5914faf0ed0721cedafd2083850664f5eec0a8 Mon Sep 17 00:00:00 2001 From: fser Date: Sat, 5 Jul 2014 22:06:11 +0200 Subject: [PATCH] using the right variables is better --- phpunit/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index af69408f..efc8a478 100644 --- a/phpunit/bootstrap.php +++ b/phpunit/bootstrap.php @@ -121,8 +121,7 @@ foreach ($mysqlConfigFile as $line) { */ class DB_system extends DB_Sql { function __construct() { - global $L_MYSQL_HOST,$L_MYSQL_DATABASE,$L_MYSQL_LOGIN,$L_MYSQL_PWD; - parent::__construct($L_MYSQL_DATABASE, $L_MYSQL_HOST, $L_MYSQL_LOGIN, $L_MYSQL_PWD); + parent::__construct('127.0.0.4, $database, $user, $password); } }