fix propel version in composer file and exclude some directory in
phpunit code-coverage parameter
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
$env = "test";
|
||||
define('THELIA_ROOT', __DIR__ .'/../../../../');
|
||||
$loader = require __DIR__ . '/../../../autoload.php';
|
||||
$loader = require __DIR__ . '/../../../vendor/autoload.php';
|
||||
|
||||
require THELIA_ROOT . '/local/config/config_db.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user