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