Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
a0f99d8930f175b7869ccaca834b3437b1a7b4ef
/
.
/
tests
/
codeigniter
/
helpers
/
captcha_helper_test.php
blob: 4fbda2a88f0175f6a42036f2135e3f08238c13a3 [
file
] [
log
] [
blame
]
Alex Bilbie
a0f99d8
2012-10-16 18:18:54 +0100
[
diff
] [
blame^
]
1
<?
php
2
3
class
Captcha_helper_test
extends
CI_TestCase
{
4
5
public
function
test_create_captcha
()
6
{
7
$this
->
markTestIncomplete
();
8
}
9
10
}