blob: 4fbda2a88f0175f6a42036f2135e3f08238c13a3 [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 {
7 $this->markTestIncomplete();
8 }
9
10}