public function setUp()
{
$this->request = $this->createMock('Symfony\\Component\\HttpFoundation\\Request');
$this->token = $this->createMock('Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface');
$this->authContext = new AuthenticationContext($this->request, $this->token);
}