Skip test on HHVM due to "Segmentation fault"

This commit is contained in:
Zach Borboa
2015-10-15 09:56:51 -07:00
parent 7430a2a954
commit 62e9bdf693
+5
View File
@@ -2529,6 +2529,11 @@ class CurlTest extends PHPUnit_Framework_TestCase
public function testAlternativeStandardErrorOutput()
{
// Skip test on HHVM due to "Segmentation fault".
if (defined('HHVM_VERSION')) {
return;
}
$buffer = fopen('php://memory', 'w+');
$curl = new Curl();