Ejemplo n.º 1
0
 /**
  * @covers ZfcUser\Options\ModuleOptions::getFormCaptchaOptions
  */
 public function testGetFormCaptchaOptions()
 {
     $expected = array('class' => 'figlet', 'options' => array('wordLen' => 5, 'expiration' => 300, 'timeout' => 300));
     $this->assertEquals($expected, $this->options->getFormCaptchaOptions());
 }