Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
2013-02-18 14:47:40 +01:00

12 lines
198 B
PHP

<?php
/**
*
* @file
* Functions needed for Thelia bootstrap
*/
$env = "test";
require_once __DIR__ . '/../../../bootstrap.php';
\Propel::init(THELIA_ROOT . "/local/config/config_thelia.php");