/**
  * @test
  */
 public function theAuthenticationStatusIsCorrectlyInitialized()
 {
     $this->assertSame(TokenInterface::NO_CREDENTIALS_GIVEN, $this->token->getAuthenticationStatus());
 }