Alex Bilbie | 1624b42 | 2012-10-16 18:19:06 +0100 | [diff] [blame] | 1 | <?php |
2 | |||||
3 | class Download_helper_test extends CI_TestCase { | ||||
4 | |||||
5 | public function test_force_download() | ||||
6 | { | ||||
Alex Bilbie | 4b3cf8d | 2012-10-18 16:44:54 +0100 | [diff] [blame] | 7 | $this->markTestSkipped('Cant easily test'); |
Alex Bilbie | 1624b42 | 2012-10-16 18:19:06 +0100 | [diff] [blame] | 8 | } |
9 | |||||
10 | } |