change test bootstrap using Thelia general bootstrap

This commit is contained in:
Manuel Raynaud
2013-02-18 14:47:40 +01:00
parent 1013a3ec48
commit a901d75e59

View File

@@ -6,9 +6,6 @@
* Functions needed for Thelia bootstrap
*/
$env = "test";
define('THELIA_ROOT', __DIR__ .'/../../../../');
$loader = require __DIR__ . '/../../../vendor/autoload.php';
require THELIA_ROOT . '/local/config/config_db.php';
require_once __DIR__ . '/../../../bootstrap.php';
\Propel::init(THELIA_ROOT . "/local/config/config_thelia.php");