From 734fdbe7023c1b3939ecbb7d833899353a869371 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 1 Jul 2015 20:24:23 +0200 Subject: [PATCH] [VarDumper] Fix tests for HHVM --- .../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 121428ccfe..0bcce0c4bb 100644 --- a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php @@ -23,7 +23,7 @@ class SplCasterTest extends VarDumperTestCase return array( array(__FILE__, <<<'EOTXT' SplFileInfo { - path: "%s/Tests/Caster" +%Apath: "%s/Tests/Caster" filename: "SplCasterTest.php" basename: "SplCasterTest.php" pathname: "%s/Tests/Caster/SplCasterTest.php" @@ -49,7 +49,7 @@ EOTXT ), array('https://google.com/about', <<<'EOTXT' SplFileInfo { - path: "https://google.com" +%Apath: "https://google.com" filename: "about" basename: "about" pathname: "https://google.com/about" @@ -79,7 +79,7 @@ EOTXT $var->setFlags(\SplFileObject::DROP_NEW_LINE | \SplFileObject::SKIP_EMPTY); $dump = <<<'EOTXT' SplFileObject { - path: "%s/Tests/Caster" +%Apath: "%s/Tests/Caster" filename: "SplCasterTest.php" basename: "SplCasterTest.php" pathname: "%s/Tests/Caster/SplCasterTest.php"