Alex Bilbie | a0f99d8 | 2012-10-16 18:18:54 +0100 | [diff] [blame] | 1 | <?php |
2 | |||||
3 | class Captcha_helper_test extends CI_TestCase { | ||||
4 | |||||
5 | public function test_create_captcha() | ||||
6 | { | ||||
Andrey Andreev | 3ddd564 | 2014-02-17 17:31:23 +0200 | [diff] [blame] | 7 | $this->markTestSkipped("Can't test"); |
Alex Bilbie | a0f99d8 | 2012-10-16 18:18:54 +0100 | [diff] [blame] | 8 | } |
9 | |||||
10 | } |