Exemple #1
0
 public function testGetSitesIdWithViewAccessWithEmptyAccess()
 {
     $access = new Access();
     $this->assertEmpty($access->getSitesIdWithViewAccess());
 }