Marked tests that can't easily be tests as skipped
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
diff --git a/tests/codeigniter/helpers/captcha_helper_test.php b/tests/codeigniter/helpers/captcha_helper_test.php
index 4fbda2a88f..fc86305 100644
--- a/tests/codeigniter/helpers/captcha_helper_test.php
+++ b/tests/codeigniter/helpers/captcha_helper_test.php
@@ -4,7 +4,7 @@
public function test_create_captcha()
{
- $this->markTestIncomplete();
+ $this->markTestSkipped('Cant easily test');
}
}
\ No newline at end of file
diff --git a/tests/codeigniter/helpers/cookie_helper_test.php b/tests/codeigniter/helpers/cookie_helper_test.php
index 3c7c9fd..fba68f2 100644
--- a/tests/codeigniter/helpers/cookie_helper_test.php
+++ b/tests/codeigniter/helpers/cookie_helper_test.php
@@ -19,7 +19,7 @@
'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 @@
'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
diff --git a/tests/codeigniter/helpers/download_helper_test.php b/tests/codeigniter/helpers/download_helper_test.php
index b41a853..d2b42e4 100644
--- a/tests/codeigniter/helpers/download_helper_test.php
+++ b/tests/codeigniter/helpers/download_helper_test.php
@@ -4,7 +4,7 @@
public function test_force_download()
{
- $this->markTestIncomplete();
+ $this->markTestSkipped('Cant easily test');
}
}
\ No newline at end of file