blob: b41a8532aecfaaf09b2ebfae6fbaf7e90742a9cc [file] [log] [blame]
Alex Bilbie1624b422012-10-16 18:19:06 +01001<?php
2
3class Download_helper_test extends CI_TestCase {
4
5 public function test_force_download()
6 {
7 $this->markTestIncomplete();
8 }
9
10}