summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/cookie_helper_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codeigniter/helpers/cookie_helper_test.php')
-rw-r--r--tests/codeigniter/helpers/cookie_helper_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codeigniter/helpers/cookie_helper_test.php b/tests/codeigniter/helpers/cookie_helper_test.php
index 3c7c9fd2e..fba68f20f 100644
--- a/tests/codeigniter/helpers/cookie_helper_test.php
+++ b/tests/codeigniter/helpers/cookie_helper_test.php
@@ -19,7 +19,7 @@ class Cookie_helper_test extends CI_TestCase {
'foobar'
));*/
- $this->markTestIncomplete('Need to find a way to overcome a headers already set exception');
+ $this->markTestSkipped('Need to find a way to overcome a headers already set exception');
}
// ------------------------------------------------------------------------
@@ -53,7 +53,7 @@ class Cookie_helper_test extends CI_TestCase {
'my_cookie'
));*/
- $this->markTestIncomplete('Need to find a way to overcome a headers already set exception');
+ $this->markTestSkipped('Need to find a way to overcome a headers already set exception');
}
} \ No newline at end of file