예제 #1
0
 /**
  * @covers AclUtility::getBrowseRules
  * @todo Implement testGetBrowseRules().
  */
 public function testGetBrowseRules()
 {
     $arr = $this->object->getBrowseRules();
     $this->assertEquals('add', $arr['test_module1']['Admin'][0]);
     $this->assertEquals('getTitle', $arr['test_module1']['Admin'][1]);
     $this->assertEquals('ALL_ACTIONS', $arr['test_module1']['Event']);
 }