From c5f39aa32f052ff6df2c4b835a551854af99a28d Mon Sep 17 00:00:00 2001 From: ogizanagi Date: Tue, 31 Mar 2015 01:18:05 +0200 Subject: [PATCH] [VarDumper] CliDumper: fix test typo --- src/Symfony/Component/VarDumper/Tests/CliDumperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php b/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php index 3568ec3bab..e196453955 100644 --- a/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php +++ b/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php @@ -214,7 +214,7 @@ array:3 [ EOTXT , - $out + $var ); }