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
]
<?
php
class
Captcha_helper_test
extends
CI_TestCase
{
public
function
test_create_captcha
()
{
$this
->
markTestIncomplete
();
}
}