Example #1
0
 public function testUseAclResourceFromPages()
 {
     $acl = $this->_getAcl();
     $this->_helper->setAcl($acl['acl']);
     $this->_helper->setRole($acl['role']);
     $expected = $this->_getExpected('bc/acl.html');
     $this->assertEquals($expected, $this->_helper->render());
 }