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

{@inheritDoc}
public isAuthenticated ( )
 /**
  * @test
  */
 public function setAuthenticated_wasNotAuthenticated_becomeAuthenticated()
 {
     $this->authContext->setAuthenticated(true);
     $returnValue = $this->authContext->isAuthenticated();
     $this->assertTrue($returnValue);
 }