<?php class CaptchaTest extends CakeTestCase { /** * setUp method */ function setUp() { } /** * Tear-down method. Resets environment state. */ function tearDown() { } //TODO } ?>