Skip to content

Commit ae118e7

Browse files
[VarDumper] Fix test
1 parent 83d948b commit ae118e7

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

+4-4
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)