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 72da757 commit 5f5185eCopy full SHA for 5f5185e
tests/integration/CheckoutPageTest.php
@@ -69,7 +69,7 @@ function test_transactionErrorDisplaysErrorMessage()
69
curl_setopt($curl, CURLOPT_POSTFIELDS, $fields_string);
70
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
71
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
72
- curl_setopt($curl, CURLOPT_COOKIEFILE, "");
+ curl_setopt($curl, CURLOPT_COOKIEFILE, "/dev/null");
73
$output = curl_exec($curl);
74
75
$redirectUrl = curl_getinfo($curl, CURLINFO_EFFECTIVE_URL);
@@ -95,7 +95,7 @@ function test_displaysStatusOnProcessorAndGatewayErrors()
95
96
97
98
99
100
101
0 commit comments