blob: fc86305e303ef0c7152fc63c8f72e2edacccfd81 [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 {
Alex Bilbie4b3cf8d2012-10-18 16:44:54 +01007 $this->markTestSkipped('Cant easily test');
Alex Bilbiea0f99d82012-10-16 18:18:54 +01008 }
9
10}