Fixed config path for tests.

This commit is contained in:
Marco Vito Moscaritolo 2014-12-25 21:49:53 +01:00 committed by Tobias van Beek
parent 687c4edc8d
commit cceef5c142

View file

@ -17,7 +17,7 @@ require_once(dirname(__DIR__) . '/vendor/autoload.php');
$conf = array();
$conf['b8']['app']['namespace'] = 'PHPCI';
$conf['b8']['app']['default_controller'] = 'Home';
$conf['b8']['view']['path'] = dirname(__DIR__) . '/PHPCI/View/';
$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.