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