summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-10-16 19:18:54 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-10-16 19:18:54 +0200
commita0f99d8930f175b7869ccaca834b3437b1a7b4ef (patch)
tree3d3623cf0cf37d9d4f964006d6e9bf520fe84060 /tests/codeigniter/helpers
parent60108a735fa7c9af4ab0b71e74b226d4b554e32f (diff)
Added captcha helper test
Note, test isn't implemented Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'tests/codeigniter/helpers')
-rw-r--r--tests/codeigniter/helpers/captcha_helper_test.php10
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