From: Christian Weiske Date: Mon, 18 Apr 2011 17:16:18 +0000 (+0200) Subject: start the session when we are in http unittest mode X-Git-Tag: v0.98.0~46^2~14 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f3fdb6ca14691c91201a4febfe43982f81bd7ce4;p=semanticscuttle.git start the session when we are in http unittest mode --- diff --git a/src/SemanticScuttle/header.php b/src/SemanticScuttle/header.php index 5d1ec80..8668bbb 100644 --- a/src/SemanticScuttle/header.php +++ b/src/SemanticScuttle/header.php @@ -104,7 +104,7 @@ T_bind_textdomain_codeset($domain, 'UTF-8'); T_textdomain($domain); // 4 // Session -if (!defined('UNIT_TEST_MODE')) { +if (!defined('UNIT_TEST_MODE') || defined('HTTP_UNIT_TEST_MODE')) { session_start(); if ($GLOBALS['enableVoting']) { if (isset($_SESSION['lastUrl'])) {