Skip to content

Commit 29f4d23

Browse files
[VarDumper] Fix dumped content type in CurlCasterTest
1 parent ed1166c commit 29f4d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testCastCurl()
3131
<<<'EODUMP'
3232
CurlHandle {
3333
url: "http://example.com/"
34-
content_type: "text/html; charset=UTF-8"
34+
content_type: "text/html"
3535
http_code: 200%A
3636
}
3737
EODUMP, $ch);

0 commit comments

Comments
 (0)