Example #1
0
 public function testSetInvalidOptions()
 {
     $this->setExpectedException('Zend\\Service\\ReCaptcha\\Exception');
     $var = 'string';
     $this->reCaptcha->setOptions($var);
 }