Example #1
0
 public function testThrowExceptionForInvalidProtectionPolicy()
 {
     $this->setExpectedException('ZfjRbac\\Exception\\RuntimeException');
     $moduleOptions = new ModuleOptions();
     $moduleOptions->setProtectionPolicy('invalid');
 }