Captcha = new CaptchaHelper(); $this->Captcha->Html = new HtmlHelper(); } /** TODO **/ function testXXX() { //TODO } /** * tearDown method */ function tearDown() { unset($this->Captcha); } } ?>