1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Nicolas Grekas <nicolas.grekas@gmail.com>
Date: Fri, 7 Apr 2017 11:49:35 +0200
Subject: [VarDumper] Relax tests to adapt for php 7.1rc4
Origin: https://github.com/symfony/symfony/commit/3672c01e3c7182888a42b74e2864a20e21cfe7f5
---
src/Symfony/Component/VarDumper/Tests/CliDumperTest.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php b/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
index b00c0d4..6fcc3d0 100644
--- a/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
+++ b/src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
@@ -262,9 +262,7 @@ stream resource {@{$ref}
%d. %slosure%s() ==> Twig_Template->render(): {
src: {
%sCliDumperTest.php:{$line}: """
- }\\n
- };'),\\n
- ));\\n
+%A
"""
}
}
|