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