コード例 #1
0
ファイル: CaptchaTest.php プロジェクト: NicolasSchmutz/cm
 public function testConstructor()
 {
     $id = CM_Captcha::create()->getId();
     $captcha = new CM_Captcha($id);
     $this->assertSame($id, $captcha->getId());
 }