8000 [VarDumper] Relax tests to adapt for php 7.1rc4 by nicolas-grekas · Pull Request #22332 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[VarDumper] Relax tests to adapt for php 7.1rc4 #22332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[VarDumper] Relax tests to adapt for php 7.1rc4
  • Loading branch information
nicolas-grekas committed Apr 7, 2017
commit 3672c01e3c7182888a42b74e2864a20e21cfe7f5
4 changes: 1 addition & 3 deletions src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ public function testThrowingCaster()
%d. %slosure%s() ==> Twig_Template->render(): {
src: {
%sCliDumperTest.php:{$line}: """
}\\n
};'),\\n
));\\n
%A
"""
}
}
Expand Down
0