diff options
author | Graham Campbell <graham@mineuk.com> | 2014-11-30 21:18:40 +0000 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-12-30 11:17:11 +0100 |
commit | d278266e82082b8605dffb29151bd77b9f3d334f (patch) | |
tree | f03b1102eb11208ab010e3f57ba036e555a167e6 /Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php | |
parent | cf187660de37c0dc7a4dec4475845c314e8fb91f (diff) | |
download | symfony-security-d278266e82082b8605dffb29151bd77b9f3d334f.zip symfony-security-d278266e82082b8605dffb29151bd77b9f3d334f.tar.gz symfony-security-d278266e82082b8605dffb29151bd77b9f3d334f.tar.bz2 |
[3.0] Removed some old hacks
Diffstat (limited to 'Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php')
-rw-r--r-- | Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php index 0039deb..ef49f2f 100644 --- a/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php +++ b/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php @@ -52,10 +52,6 @@ class NativeSessionTokenStorageTest extends \PHPUnit_Framework_TestCase public function testStoreTokenInClosedSessionWithExistingSessionId() { - if (PHP_VERSION_ID < 50400) { - $this->markTestSkipped('This test requires PHP 5.4 or later.'); - } - session_id('foobar'); $this->assertSame(PHP_SESSION_NONE, session_status()); |