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