Scheb\TwoFactorBundle\Tests\DependencyInjection\Compiler\ProviderCompilerPassTest::setUp PHP Method

setUp() public method

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