blob: bb8760a1579fd62e632fa6e57d1668154218d164 [file] [log] [blame]
Alex Bilbiea0f99d82012-10-16 18:18:54 +01001<?php
2
3class Captcha_helper_test extends CI_TestCase {
4
5 public function test_create_captcha()
6 {
Andrey Andreev3ddd5642014-02-17 17:31:23 +02007 $this->markTestSkipped("Can't test");
Alex Bilbiea0f99d82012-10-16 18:18:54 +01008 }
9
10}