Beispiel #1
0
 public function testSingleOption()
 {
     $key = 'theme';
     $value = 'black';
     $this->reCaptcha->setOption($key, $value);
     $this->assertSame($value, $this->reCaptcha->getOption($key));
 }