change test bootstrap using Thelia general bootstrap
This commit is contained in:
@@ -6,9 +6,6 @@
|
|||||||
* Functions needed for Thelia bootstrap
|
* Functions needed for Thelia bootstrap
|
||||||
*/
|
*/
|
||||||
$env = "test";
|
$env = "test";
|
||||||
define('THELIA_ROOT', __DIR__ .'/../../../../');
|
require_once __DIR__ . '/../../../bootstrap.php';
|
||||||
$loader = require __DIR__ . '/../../../vendor/autoload.php';
|
|
||||||
|
|
||||||
require THELIA_ROOT . '/local/config/config_db.php';
|
|
||||||
|
|
||||||
\Propel::init(THELIA_ROOT . "/local/config/config_thelia.php");
|
\Propel::init(THELIA_ROOT . "/local/config/config_thelia.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user