Skip to content

Commit 7a623ac

Browse files
committed
Add newline to allow cookie file to be read correctly and cookies to be included in request
1 parent 04b8a63 commit 7a623ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPCurlClass/PHPCurlClassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ public function testCookieFile()
10251025
'0', // expires
10261026
'mycookie', // name
10271027
'yum', // value
1028-
));
1028+
)) . "\n";
10291029
file_put_contents($cookie_file, $cookie_data);
10301030

10311031
$test = new Test();

0 commit comments

Comments
 (0)