/**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->voter = new UsereventVoter();
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->voter = new SchoolEntityVoter(m::mock('Ilios\\CoreBundle\\Entity\\Manager\\PermissionManager'));
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->voter = new SchoolDTOVoter();
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->voter = new AamcResourceTypeEntityVoter();
 }