Skip to content

Commit e52961a

Browse files
committed
Remove some leftover for HHVM support
1 parent f9c45b1 commit e52961a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Session/Storage/NativeSessionStorageTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ public function testCookieOptions()
194194

195195
public function testSessionOptions()
196196
{
197-
if (\defined('HHVM_VERSION')) {
198-
$this->markTestSkipped('HHVM is not handled in this test case.');
199-
}
200-
201197
$options = [
202198
'url_rewriter.tags' => 'a=href',
203199
'cache_expire' => '200',

0 commit comments

Comments
 (0)