summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
diff options
context:
space:
mode:
authorHeesung Ahn <ahn.heesung@gmail.com>2015-03-19 15:32:36 +0100
committerHeesung Ahn <ahn.heesung@gmail.com>2015-03-19 15:32:36 +0100
commit78978b2a53692ebf8070d1cb96ad4c1609e12329 (patch)
tree99a7d99a94b0d6a3b5f7d683c4fa5670ebe7d37e /tests/codeigniter
parentc51e9e5e2ca4c39d563a02723e2143cfa9912d94 (diff)
updated based on comment
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
Diffstat (limited to 'tests/codeigniter')
-rw-r--r--tests/codeigniter/core/Input_test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codeigniter/core/Input_test.php b/tests/codeigniter/core/Input_test.php
index e269b1762..e6122cabc 100644
--- a/tests/codeigniter/core/Input_test.php
+++ b/tests/codeigniter/core/Input_test.php
@@ -210,8 +210,7 @@ class Input_test extends CI_TestCase {
public function test_get_request_header()
{
- //TODO: Find a way to test HTTP headers
- $this->assertNull($this->input->get_request_header('test'));
+ $this->markTestSkipped('TODO: Find a way to test HTTP headers');
}
// --------------------------------------------------------------------