diff --git a/test/application/Session/SessionTest.php b/test/application/Session/SessionTest.php index 4a1cfe870..0dd99165c 100644 --- a/test/application/Session/SessionTest.php +++ b/test/application/Session/SessionTest.php @@ -3,6 +3,11 @@ use Combodo\iTop\Application\Helper\Session; use Combodo\iTop\Test\UnitTest\ItopTestCase; +/** + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled + * @backupGlobals disabled + */ class SessionTest extends ItopTestCase { /**