diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-10-18 17:44:54 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-10-18 17:44:54 +0200 |
commit | 4b3cf8d825e13d4f24654fc6b26f2ca15d73c4f8 (patch) | |
tree | f30f1118b07f7eaafb57f5b6cf48372f91b04dbb /tests/codeigniter/helpers/cookie_helper_test.php | |
parent | 390f401102cef992a682b487c906961ae4bdcafa (diff) |
Marked tests that can't easily be tests as skipped
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'tests/codeigniter/helpers/cookie_helper_test.php')
-rw-r--r-- | tests/codeigniter/helpers/cookie_helper_test.php | 4 |
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 |