Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
2013-03-28 16:43:01 +01:00

14 lines
210 B
PHP

<?php
/**
*
* @file
* Functions needed for Thelia bootstrap
*/
$env = "test";
require_once __DIR__ . '/../../../bootstrap.php';
\Propel::init(THELIA_ROOT . "/core/lib/Thelia/Tests/Db/thelia-conf.php");