You are here

protected function DecoratorServicePassTest::process in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

DecoratorServicePassTest

Namespace

Symfony\Component\DependencyInjection\Tests\Compiler

Code

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