'{{ class }}', {% endfor %} ]) ); override( \Symfony\Component\DependencyInjection\ContainerInterface::get(0), map([ {% for service_id, class in services %} '{{ service_id }}' => '{{ class }}', {% endfor %} ]) ); expectedArguments( \Symfony\Component\DependencyInjection\ContainerInterface::set(), 0, {% for service_id, class in services %} '{{ service_id }}', {% endfor %} ); }