assertEquals('foo', $node->getAttribute('value')); } public function getTests() { $tests = []; $node = new ConstantExpression('foo', 1); $tests[] = [$node, '"foo"']; return $tests; } }