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

process_missingAlias_throwException() public method

    public function process_missingAlias_throwException()
    {
        $this->createServiceDefinition();
        $taggedServices = array('serviceId' => array(0 => array()));
        $this->stubContainerService($taggedServices);
        $this->compilerPass->process($this->container);
    }