Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
2013-01-19 22:52:51 +01:00

15 lines
305 B
PHP

<?php
/**
*
* @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");