diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:18:54 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:18:54 +0200 |
commit | a0f99d8930f175b7869ccaca834b3437b1a7b4ef (patch) | |
tree | 3d3623cf0cf37d9d4f964006d6e9bf520fe84060 /tests | |
parent | 60108a735fa7c9af4ab0b71e74b226d4b554e32f (diff) |
Added captcha helper test
Note, test isn't implemented
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/codeigniter/helpers/captcha_helper_test.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/codeigniter/helpers/captcha_helper_test.php b/tests/codeigniter/helpers/captcha_helper_test.php new file mode 100644 index 000000000..4fbda2a88f --- /dev/null +++ b/tests/codeigniter/helpers/captcha_helper_test.php @@ -0,0 +1,10 @@ +<?php + +class Captcha_helper_test extends CI_TestCase { + + public function test_create_captcha() + { + $this->markTestIncomplete(); + } + +}
\ No newline at end of file |