commit | 3ddd564ca90b9296775c92566af942468a9ee358 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Feb 17 17:31:23 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Feb 17 17:31:23 2014 +0200 |
tree | 01a4870f0b9da57274dde4d5050813d1cef7a0bb | |
parent | e9c8c8988da2e6903b22e5444a2c9ddbe30a39ec [diff] [blame] |
[ci skip] Minor tests adjustments
diff --git a/tests/codeigniter/helpers/email_helper_test.php b/tests/codeigniter/helpers/email_helper_test.php index fea452f..53a2068 100644 --- a/tests/codeigniter/helpers/email_helper_test.php +++ b/tests/codeigniter/helpers/email_helper_test.php
@@ -15,4 +15,9 @@ $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