You are here

public function ExtensionCompilerPassTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Tests/Compiler/ExtensionCompilerPassTest.php \Symfony\Component\DependencyInjection\Tests\Compiler\ExtensionCompilerPassTest::setUp()

File

vendor/symfony/dependency-injection/Tests/Compiler/ExtensionCompilerPassTest.php, line 15

Class

ExtensionCompilerPassTest
@author Wouter J <wouter@wouterj.nl>

Namespace

Symfony\Component\DependencyInjection\Tests\Compiler

Code

public function setUp() {
  $this->container = $this
    ->getMock('Symfony\\Component\\DependencyInjection\\ContainerBuilder');
  $this->pass = new ExtensionCompilerPass();
}