Ejemplo n.º 1
0
 /**
  * @covers ZfcUser\Options\ModuleOptions::getUseRegistrationFormCaptcha
  * @covers ZfcUser\Options\ModuleOptions::setUseRegistrationFormCaptcha
  */
 public function testSetGetUseRegistrationFormCaptcha()
 {
     $this->options->setUseRegistrationFormCaptcha(true);
     $this->assertTrue($this->options->getUseRegistrationFormCaptcha());
 }