Inheritance: implements Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactoryInterface
 /**
  * @test
  */
 public function create_onCreate_returnAuthenticationContext()
 {
     $this->assertInstanceOf('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext', $this->authenticationContextFactory->create($this->request, $this->token));
 }