From bdf3222c60ec485c53ea2ccec64105b4d9bbce89 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 27 May 2021 08:43:28 +0200 Subject: [PATCH] [VarDumper] fix tests --- .../Component/VarDumper/Tests/Caster/SplCasterTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php index 24701be411..ff308aaa0c 100644 --- a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php @@ -50,12 +50,12 @@ SplFileInfo { %A} EOTXT ], - ['https://example.com/about', <<<'EOTXT' + ['http://example.com/about', <<<'EOTXT' SplFileInfo { -%Apath: "https://example.com" +%Apath: "http://example.com" filename: "about" basename: "about" - pathname: "https://example.com/about" + pathname: "http://example.com/about" extension: "" realPath: false %A}