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