Skip to content

Commit 8ce0fef

Browse files
committed
Skip context tests on legacy HHVM < 3.13
See https://3v4l.org/hB4Tc for the basic gist of this
1 parent 8cf10b7 commit 8ce0fef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/FunctionalServerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ public function testEmitsConnectionWithRemoteIpv6()
165165

166166
public function testAppliesContextOptionsToSocketStreamResource()
167167
{
168+
if (defined('HHVM_VERSION') && HHVM_VERSION < 3.13) {
169+
// https://3v4l.org/hB4Tc
170+
$this->markTestSkipped('Not supported on legacy HHVM < 3.13');
171+
}
172+
168173
$loop = Factory::create();
169174

170175
$server = new Server($loop, array(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy