rewrite test after Tlog refactoring

This commit is contained in:
Manuel Raynaud
2013-01-19 22:52:51 +01:00
parent f3f8793074
commit 88a82c69d1
11 changed files with 58 additions and 154 deletions

View File

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