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