public function ExtensionCompilerPassTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\CompilerCode
public function setUp() {
$this->container = $this
->getMock('Symfony\\Component\\DependencyInjection\\ContainerBuilder');
$this->pass = new ExtensionCompilerPass();
}