Example #1
0
 /**
  * try to check getting application rights
  *
  */
 public function testGetAllApplicationRights()
 {
     $rights = Admin_Acl_Rights::getInstance()->getAllApplicationRights();
     //print_r($rights);
     $this->assertGreaterThan(0, count($rights));
 }