fix propel version in composer file and exclude some directory in

phpunit code-coverage parameter
This commit is contained in:
Manuel Raynaud
2013-02-16 09:25:22 +01:00
parent 19790b6169
commit 3b08bad735
4 changed files with 16 additions and 2 deletions

View File

@@ -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';