Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
Manuel Raynaud 3b08bad735 fix propel version in composer file and exclude some directory in
phpunit code-coverage parameter
2013-02-16 09:25:22 +01:00

15 lines
312 B
PHP

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