Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
1624b4297c89334362f6ade5f5b766c916ffcbb1
/
.
/
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
}