Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c21c0359e1b4d96b1186ca2db78a01c7f38e904d
/
.
/
tests
/
codeigniter
/
helpers
/
captcha_helper_test.php
blob: bb8760a1579fd62e632fa6e57d1668154218d164 [
file
] [
log
] [
blame
]
<?
php
class
Captcha_helper_test
extends
CI_TestCase
{
public
function
test_create_captcha
()
{
$this
->
markTestSkipped
(
"Can't test"
);
}
}