Files
sterivein/core/lib/Thelia/Tests/bootstrap.php
Manuel Raynaud 078b1e0d57 apply cs-fixer
2013-08-14 09:29:04 +02:00

14 lines
195 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);