Skip to content

Commit 7311608

Browse files
committed
minor symfony#59507 [VarDumper] Fix dumped content type in CurlCasterTest (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [VarDumper] Fix dumped content type in `CurlCasterTest` | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- 29f4d23 [VarDumper] Fix dumped content type in `CurlCasterTest`
2 parents 8d4a538 + 29f4d23 commit 7311608

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)