8000 [VarDumper] Don't make `CurlCasterTest` response status dependant · symfony/symfony@0d8cf4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d8cf4f

Browse files
[VarDumper] Don't make CurlCasterTest response status dependant
1 parent f4666ce commit 0d8cf4f

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
@@ -32,7 +32,7 @@ public function testCastCurl()
3232
CurlHandle {
3333
url: "http://example.com/"
3434
content_type: "text/html"
35-
http_code: 200%A
35+
http_code: %A
3636
}
3737
EODUMP, $ch);
3838
}

0 commit comments

Comments
 (0)
0