Example #1
0
 public function testConstructor()
 {
     $id = CM_Captcha::create()->getId();
     $captcha = new CM_Captcha($id);
     $this->assertSame($id, $captcha->getId());
 }