Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
390f401102cef992a682b487c906961ae4bdcafa
/
.
/
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
();
}
}