Skip to content

Commit cd1ec11

Browse files
committed
fixed fixtures
1 parent 00f87ac commit cd1ec11

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ public function getDebugInfo()
2828
{
2929
return array (19 => 2);
3030
}
31+
32+
public function getSource()
33+
{
34+
return '';
35+
}
3136
}
3237
/* foo bar*/
3338
/* twig source*/

0 commit comments

Comments
 (0)