Example #1
0
 public function testGetAclReturnsAclInstanceSetWithSetAcl()
 {
     $acl = new Acl\Acl();
     $this->_helper->setAcl($acl);
     $this->assertEquals($acl, $this->_helper->getAcl());
 }