summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/email_helper_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-17 16:31:23 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-17 16:31:23 +0100
commit3ddd564ca90b9296775c92566af942468a9ee358 (patch)
tree01a4870f0b9da57274dde4d5050813d1cef7a0bb /tests/codeigniter/helpers/email_helper_test.php
parente9c8c8988da2e6903b22e5444a2c9ddbe30a39ec (diff)
[ci skip] Minor tests adjustments
Diffstat (limited to 'tests/codeigniter/helpers/email_helper_test.php')
-rw-r--r--tests/codeigniter/helpers/email_helper_test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codeigniter/helpers/email_helper_test.php b/tests/codeigniter/helpers/email_helper_test.php
index fea452f5f..53a206825 100644
--- a/tests/codeigniter/helpers/email_helper_test.php
+++ b/tests/codeigniter/helpers/email_helper_test.php
@@ -15,4 +15,9 @@ class Email_helper_test extends CI_TestCase {
$this->assertEquals(TRUE, valid_email('my.test@test.com'));
}
+ public function test_send_mail()
+ {
+ $this->markTestSkipped("Can't test");
+ }
+
} \ No newline at end of file