integrate web test case

This commit is contained in:
Manuel Raynaud
2014-06-20 09:09:06 +02:00
parent 447953a176
commit 3d311825d1
4 changed files with 175 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
* @file
* Functions needed for Thelia bootstrap
*/
ini_set('session.use_cookies', 0);
$env = "test";
require_once __DIR__ . '/../../../bootstrap.php';