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