Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
Etienne Roudeix ad47ab7cac set execution right // no more troubles
change composer required PHP version from 5.4 to 5.3
2013-06-20 15:21:16 +02:00

18 lines
199 B
PHP
Executable File

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