Overrides Twig_Test_NodeTestCase::getTests
public function getTests() { $tests = array(); $tests[] = array( new Twig_Node_Text('foo', 1), "// line 1\necho \"foo\";", ); return $tests; }