captcha.test.php 197 B

123456789101112131415161718192021222324
  1. <?php
  2. class CaptchaTest extends CakeTestCase {
  3. /**
  4. * setUp method
  5. */
  6. function setUp() {
  7. }
  8. /**
  9. * Tear-down method. Resets environment state.
  10. */
  11. function tearDown() {
  12. }
  13. //TODO
  14. }
  15. ?>