summaryrefslogtreecommitdiffstats
path: root/Csrf
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-12-29 11:03:03 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-12-29 11:03:03 +0100
commit91e9fcb3bf19727509df4b6a89568db78e953c7d (patch)
tree193e48ffe77a632ca7569df3d4a2d2fb4bf34fcb /Csrf
parent1362197c7127234310faf2c6ebae6876fa28966e (diff)
downloadsymfony-security-91e9fcb3bf19727509df4b6a89568db78e953c7d.zip
symfony-security-91e9fcb3bf19727509df4b6a89568db78e953c7d.tar.gz
symfony-security-91e9fcb3bf19727509df4b6a89568db78e953c7d.tar.bz2
No global state for isolated tests and other fixes
Diffstat (limited to 'Csrf')
-rw-r--r--Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
index 7ae2779..0039deb 100644
--- a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
+++ b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php
@@ -17,6 +17,7 @@ use Symfony\Component\Security\Csrf\TokenStorage\NativeSessionTokenStorage;
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @runTestsInSeparateProcesses
+ * @preserveGlobalState disabled
*/
class NativeSessionTokenStorageTest extends \PHPUnit_Framework_TestCase
{