Scheb\TwoFactorBundle\Tests\DependencyInjection\Compiler\ProviderCompilerPassTest::setUp PHP 메소드

setUp() 공개 메소드

public setUp ( )
    public function setUp()
    {
        $this->container = $this->createMock('Symfony\\Component\\DependencyInjection\\ContainerBuilder');
        $this->compilerPass = new ProviderCompilerPass();
    }