assertEquals('foo', $node->getAttribute('data')); } public function getTests() { $tests = []; $displayStmt = $this->getEchoOrYield(); $tests[] = [new TextNode('foo', 1), "// line 1\n$displayStmt \"foo\";"]; return $tests; } }