Fixing tests bootstrap

This commit is contained in:
Dan Cryer 2015-02-03 10:43:44 +00:00
parent 1e48fa278a
commit 883f9075b8

View file

@ -21,7 +21,7 @@ $conf['b8']['view']['path'] = dirname(__DIR__) . '/PHPCI/View/';
// If the PHPCI config file is not where we expect it, try looking in
// env for an alternative config path.
$configFile = dirname(__FILE__) . '/PHPCI/config.yml';
$configFile = dirname(__FILE__) . '/../PHPCI/config.yml';
if (!file_exists($configFile)) {
$configEnv = getenv('phpci_config_file');