Overrides Twig_Tests_Node_TestCase::getTests
public function getTests() { $tests = array(); $tests[] = array( new Twig_Node_Text('foo', 0), 'echo "foo";', ); return $tests; }