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