Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
526d88f7d1d91bd51b3aa27ee8e170b7fa39a639
/
.
/
tests
/
codeigniter
/
helpers
/
download_helper_test.php
blob: b41a8532aecfaaf09b2ebfae6fbaf7e90742a9cc [
file
] [
log
] [
blame
]
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
{
7
$this
->
markTestIncomplete
();
8
}
9
10
}