diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-09 21:24:46 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-09 21:24:46 +0200 |
commit | 99b782d8a3d92c4703a059cbd62e2f1e6fea689c (patch) | |
tree | 622bd77c72eb812e37d4b3816b93528679d71425 /tests/codeigniter/helpers/email_helper_test.php | |
parent | 1b60fda70ff1e1801c133575c530ef0a5a450029 (diff) |
Cleanup and optimize helper tests for speed
Diffstat (limited to 'tests/codeigniter/helpers/email_helper_test.php')
-rw-r--r-- | tests/codeigniter/helpers/email_helper_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/helpers/email_helper_test.php b/tests/codeigniter/helpers/email_helper_test.php index a01f3d5af..fea452f5f 100644 --- a/tests/codeigniter/helpers/email_helper_test.php +++ b/tests/codeigniter/helpers/email_helper_test.php @@ -14,5 +14,5 @@ class Email_helper_test extends CI_TestCase { $this->assertEquals(TRUE, valid_email('test@test.com')); $this->assertEquals(TRUE, valid_email('my.test@test.com')); } - + }
\ No newline at end of file |