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