Files
sterivein/documentation/api/files/Tests/bootstrap.php.txt
2013-08-08 13:26:49 +02:00

19 lines
200 B
Plaintext

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