Scheb\TwoFactorBundle\Tests\Command\GoogleSecretCommandTest::execute_googleAuthenticationDisabled_throwException PHP Method

execute_googleAuthenticationDisabled_throwException() public method

    public function execute_googleAuthenticationDisabled_throwException()
    {
        $container = $this->createContainerStub(false, null);
        $this->command->setContainer($container);
        $input = $this->createMock('Symfony\\Component\\Console\\Input\\InputInterface');
        $output = $this->createMock('Symfony\\Component\\Console\\Output\\OutputInterface');
        $this->command->execute($input, $output);
    }