We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6794a3 commit f34d84dCopy full SHA for f34d84d
phpunit.xml.dist
@@ -23,8 +23,10 @@
23
</coverage>
24
<groups>
25
<exclude>
26
+ <!--
27
<group>output</group>
- <!--<group>slow</group>-->
28
+ <group>slow</group>
29
+ -->
30
</exclude>
31
</groups>
32
<php>
tests/URLExtractorTest.php
@@ -27,7 +27,8 @@ class URLExtractorTest extends HTTPClientTestAbstract{
protected function initClient():ClientInterface{
- $this->options->curl_options = [
+ $this->options->ssl_verifypeer = false;
+ $this->options->curl_options = [
CURLOPT_FOLLOWLOCATION => false,
33
CURLOPT_MAXREDIRS => 25,
34
];
0 commit comments