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

class Download_helper_test extends CI_TestCase {

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

}