Exemplo n.º 1
0
 public function testRemoveResourceRight()
 {
     jAcl2DbManager::removeResourceRight('super.cms.update', 92);
     array_pop($this->rights);
     $this->assertTableContainsRecords('jacl2_rights', $this->rights);
 }