diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-17 15:37:04 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-17 15:37:04 +0200 |
commit | c83b83eeae9806cb60ea3f41f2cff055b0c6ed7e (patch) | |
tree | c3a956f701be94ff9cc4bb335abc1ded478305d0 /tests/phpunit.xml | |
parent | c72325faed3d244170650a1bf62ddca6eb1b5fa9 (diff) |
Fix domain part check in email address validation function. Added test cases.
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 4a3b883cf..cfd066e29 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -7,6 +7,7 @@ <file>MailDecode.php</file> <file>MailFunc.php</file> <file>ModCss.php</file> + <file>Utils.php</file> <file>VCards.php</file> </testsuite> </testsuites> |