From 83bce43b95dc1eb865f64dae02239fee73f3ca8b Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Mon, 24 Feb 2025 18:42:20 +0100 Subject: [PATCH] [VarDumper] Don't make `CurlCasterTest` response status dependant --- .../Component/VarDumper/Tests/Caster/CurlCasterTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }