We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b308992 commit e578092Copy full SHA for e578092
tests/Io/FunctionsTest.php
@@ -47,6 +47,10 @@ public function testFdsWithInvalidPathReturnsSubsetOfFdsFromDevFd()
47
$this->markTestSkipped('Unable to read /dev/fd');
48
}
49
50
+ if (defined('HHVM_VERSION')) {
51
+ $this->markTestSkipped('Not supported on HHVM');
52
+ }
53
+
54
$fds = Io\fds();
55
$second = Io\fds('/dev/null');
56
0 commit comments