assertEquals('foo', $node->getAttribute('name')); } public function getTests() { $tests = []; $tests[] = [new ParentExpression('foo', 1), '$this->renderParentBlock("foo", $context, $blocks)']; return $tests; } }