diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:19:06 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:19:06 +0200 |
commit | 1624b4297c89334362f6ade5f5b766c916ffcbb1 (patch) | |
tree | e7028926830683a0f81dd7e203919c9947f295c4 /tests/codeigniter | |
parent | a0f99d8930f175b7869ccaca834b3437b1a7b4ef (diff) |
Added download helper test
Note, test isn't implemented
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'tests/codeigniter')
-rw-r--r-- | tests/codeigniter/helpers/download_helper_test.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/codeigniter/helpers/download_helper_test.php b/tests/codeigniter/helpers/download_helper_test.php new file mode 100644 index 000000000..b41a8532a --- /dev/null +++ b/tests/codeigniter/helpers/download_helper_test.php @@ -0,0 +1,10 @@ +<?php + +class Download_helper_test extends CI_TestCase { + + public function test_force_download() + { + $this->markTestIncomplete(); + } + +}
\ No newline at end of file |