diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7289b70c..ed0446f3 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -55,6 +55,8 @@ if (getenv('DATABASE') == 'mysql') { $config = parse_ini_file($expand_tilde('~/.my.cnf')); + var_dump($config); + if (empty($config)) { $config = ['user'=>'root', 'host' => '127.0.0.1', 'password' => '']; }