Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
2013-04-04 12:18:18 +02:00

18 lines
199 B
PHP

<?php
/**
*
* @file
* Functions needed for Thelia bootstrap
*/
$env = "test";
require_once __DIR__ . '/../../../bootstrap.php';
use Thelia\Core\Thelia;
$thelia = new Thelia("test", true);