Fixing tests bootstrap
This commit is contained in:
parent
9387bde61b
commit
9aadcce4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue