Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
12ee9843877bf80159d1d89a0e3a4f170e902725
/
.
/
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"
);
}
}