commit | 99b782d8a3d92c4703a059cbd62e2f1e6fea689c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 22:24:46 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 22:24:46 2012 +0300 |
tree | 622bd77c72eb812e37d4b3816b93528679d71425 | |
parent | 1b60fda70ff1e1801c133575c530ef0a5a450029 [diff] [blame] |
Cleanup and optimize helper tests for speed
diff --git a/tests/codeigniter/helpers/email_helper_test.php b/tests/codeigniter/helpers/email_helper_test.php index a01f3d5..fea452f 100644 --- a/tests/codeigniter/helpers/email_helper_test.php +++ b/tests/codeigniter/helpers/email_helper_test.php
@@ -14,5 +14,5 @@ $this->assertEquals(TRUE, valid_email('test@test.com')); $this->assertEquals(TRUE, valid_email('my.test@test.com')); } - + } \ No newline at end of file