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