mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 03:09:07 +00:00
Skip test on HHVM due to "Segmentation fault"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user