Thanks to visit codestin.com Credit goes to github.com
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 cb778a7 commit 8919260Copy full SHA for 8919260
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