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 71adfd9 commit d53781dCopy full SHA for d53781d
src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php
@@ -18,7 +18,7 @@ class NativeHttpClientTest extends HttpClientTestCase
18
{
19
protected function getHttpClient(string $testCase): HttpClientInterface
20
21
- return new NativeHttpClient();
+ return new NativeHttpClient(['verify_peer' => false, 'verify_host' => false]);
22
}
23
24
public function testInformationalResponseStream()
0 commit comments