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 2689278 commit 6b0225dCopy full SHA for 6b0225d
tests/CurlHttpAsyncClientTestCase.php
@@ -51,4 +51,12 @@ public function testSendAsyncRequestWithOutcome(
51
$body
52
);
53
}
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
62
0 commit comments