Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
Manuel Raynaud 1016596256 add GPL V3
add specific bootstrap for unit tests
2013-01-07 10:46:02 +01:00

10 lines
171 B
PHP

<?php
/**
*
* @file
* Functions needed for Thelia bootstrap
*/
define('THELIA_ROOT', __DIR__ .'/../../../../');
$loader = require __DIR__ . '/../../../autoload.php';