/**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->voter = new TrashItemVoter();
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->voter = new ContentVoter($this->perimeterManager);
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->voter = new DeveloperToolVoter();
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->voter = new PlatformAdministrationVoter();
 }
 /**
  * Set up the test
  */
 public function setUp()
 {
     parent::setUp();
     $this->voter = new SiteAdministrationVoter($this->perimeterManager);
 }