Пример #1
0
 public function testSingleOption()
 {
     $options = array('theme' => 'dark');
     $this->captcha->setOption('theme', $options['theme']);
     $this->assertSame($options['theme'], $this->captcha->getOption('theme'));
     $this->assertSame($options['theme'], $this->captcha->getTheme());
 }