assertEquals('foo', $node->getAttribute('value')); } public function getTests() { $tests = array(); $node = new Twig_Node_Expression_Constant('foo', 1); $tests[] = array($node, '"foo"'); return $tests; } }