summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/captcha_helper_test.php
blob: fc86305e303ef0c7152fc63c8f72e2edacccfd81 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class Captcha_helper_test extends CI_TestCase {

	public function test_create_captcha()
	{
		$this->markTestSkipped('Cant easily test');
	}

}