Skip to content

Commit 6b0225d

Browse files
committed
Skip some tests under HHVM.
1 parent 2689278 commit 6b0225d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/CurlHttpAsyncClientTestCase.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,12 @@ public function testSendAsyncRequestWithOutcome(
5151
$body
5252
);
5353
}
54+
55+
public function testSuccessiveCallMustUseResponseInterface()
56+
{
57+
if (defined('HHVM_VERSION')) {
58+
static::markTestSkipped('This test can not run under HHVM');
59+
}
60+
parent::testSuccessiveCallMustUseResponseInterface();
61+
}
5462
}

0 commit comments

Comments
 (0)