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