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 62111be commit fcdb5a4Copy full SHA for fcdb5a4
Tests/CurlHttpClientTest.php
@@ -23,7 +23,7 @@ class CurlHttpClientTest extends HttpClientTestCase
23
protected function getHttpClient(string $testCase): HttpClientInterface
24
{
25
if (false !== strpos($testCase, 'Push')) {
26
- if (!\defined('CURLMOPT_PUSHFUNCTION') || 0x073d00 > ($v = curl_version())['version_number'] || !(\CURL_VERSION_HTTP2 & $v['features'])) {
+ if (!\defined('CURLMOPT_PUSHFUNCTION') || 0x073D00 > ($v = curl_version())['version_number'] || !(\CURL_VERSION_HTTP2 & $v['features'])) {
27
$this->markTestSkipped('curl <7.61 is used or it is not compiled with support for HTTP/2 PUSH');
28
}
29
0 commit comments