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 e1f1eba commit db24fc2Copy full SHA for db24fc2
tests/HttpClients/FacebookCurlHttpClientTest.php
@@ -72,6 +72,7 @@ public function testCanOpenGetCurlConnection()
72
CURLOPT_CONNECTTIMEOUT => 10,
73
CURLOPT_TIMEOUT => 123,
74
CURLOPT_RETURNTRANSFER => true,
75
+ CURLOPT_FOLLOWLOCATION => true,
76
CURLOPT_HEADER => true,
77
CURLOPT_SSL_VERIFYHOST => 2,
78
CURLOPT_SSL_VERIFYPEER => true,
@@ -115,6 +116,7 @@ public function testCanOpenCurlConnectionWithPostBody()
115
116
117
CURLOPT_TIMEOUT => 60,
118
119
120
121
122
0 commit comments