protected function DecoratorServicePassTest::process in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Tests/Compiler/DecoratorServicePassTest.php \Symfony\Component\DependencyInjection\Tests\Compiler\DecoratorServicePassTest::process()
2 calls to DecoratorServicePassTest::process()
- DecoratorServicePassTest::testProcessWithAlias in vendor/
symfony/ dependency-injection/ Tests/ Compiler/ DecoratorServicePassTest.php - DecoratorServicePassTest::testProcessWithoutAlias in vendor/
symfony/ dependency-injection/ Tests/ Compiler/ DecoratorServicePassTest.php
File
- vendor/
symfony/ dependency-injection/ Tests/ Compiler/ DecoratorServicePassTest.php, line 76
Class
Namespace
Symfony\Component\DependencyInjection\Tests\CompilerCode
protected function process(ContainerBuilder $container) {
$repeatedPass = new DecoratorServicePass();
$repeatedPass
->process($container);
}