Skip to content

Commit 8acf80f

Browse files
committed
bug #20018 [VarDumper] Fix test (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [VarDumper] Fix test | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- ae118e7 [VarDumper] Fix test
2 parents 83d948b + ae118e7 commit 8acf80f

File tree

1 file changed

+4
-4
lines changed
  • src/Symfony/Component/VarDumper/Tests/Fixtures

1 file changed

+4
-4
lines changed

src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public function getDebugInfo()
3131

3232
public function getSource()
3333
{
34-
return '';
34+
return " foo bar
35+
twig source
36+
37+
";
3538
}
3639
}
37-
/* foo bar*/
38-
/* twig source*/
39-
/* */

0 commit comments

Comments
 (0)