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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $application = new Application();
        $application->add(new GoogleSecretCommand());
        $this->command = $application->find('scheb:two-factor:google-secret');
    }