assertEquals('foo', $node->getAttribute('name')); } public static function provideTests(): iterable { $node = new AssignContextVariable('foo', 1); return [ [$node, '$context["foo"]'], ]; } }