There was an error while loading. Please reload this page.
1 parent 6454ca4 commit 613a964Copy full SHA for 613a964
tests/RestMultiClientTest.php
@@ -66,7 +66,8 @@ function curl_getinfo($curl) {
66
}
67
68
69
-class RestMultiClientTest extends TestCase{
+class RestMultiClientTest extends TestCase
70
+{
71
public static $curlMultiInitResponse = null;
72
73
public static $curlMultiExecResponse = null;
@@ -298,4 +299,4 @@ public function testHead() {
298
299
$this->assertInstanceOf(CurlMultiHttpResponse::class, $response);
300
$this->assertAttributeEquals(null, 'curlMultiHandle', $this->client);
301
-}
302
+}
0 commit comments