Inheritance: implements Neos\Eel\ProtectedContextAwareInterface
 /**
  * @test
  */
 public function hasRoleReturnsTrueForEverybodyRole()
 {
     $helper = new SecurityHelper();
     $this->assertTrue($helper->hasRole('Neos.Flow:Everybody'));
 }