assertEquals('foo', $node->getAttribute('name')); } public static function provideTests(): iterable { return [ [new BlockReferenceNode('foo', 1), <<<'EOF' // line 1 yield from $this->unwrap()->yieldBlock('foo', $context, $blocks); EOF ], ]; } }