You are here

protected function DecoratorServicePassTest::process in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php \Symfony\Component\DependencyInjection\Tests\Compiler\DecoratorServicePassTest::process()
2 calls to DecoratorServicePassTest::process()
DecoratorServicePassTest::testProcessWithAlias in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php
DecoratorServicePassTest::testProcessWithoutAlias in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php, line 76

Class

DecoratorServicePassTest

Namespace

Symfony\Component\DependencyInjection\Tests\Compiler

Code

protected function process(ContainerBuilder $container) {
  $repeatedPass = new DecoratorServicePass();
  $repeatedPass
    ->process($container);
}