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
]
<?
php
class
Download_helper_test
extends
CI_TestCase
{
public
function
test_force_download
()
{
$this
->
markTestIncomplete
();
}
}