Scheb\TwoFactorBundle\Tests\Security\TwoFactor\AuthenticationContextFactoryTest::create_onCreate_returnAuthenticationContext PHP Метод

create_onCreate_returnAuthenticationContext() публичный Метод

    public function create_onCreate_returnAuthenticationContext()
    {
        $this->assertInstanceOf('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext', $this->authenticationContextFactory->create($this->request, $this->token));
    }