diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php index ba6fe0dc7b8dc..a2d9bd1018029 100644 --- a/src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php @@ -32,7 +32,8 @@ public function testCastCurl() CurlHandle { url: "http://example.com/" content_type: "text/html" - http_code: 200%A + http_code: %d +%A } EODUMP, $ch); }