aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/validate_email_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11579] Add method for validating emails for valid MX and mark as slowMarc Alexander2013-06-051-3/+29
| | | | | | | A method for setting up the prerequisities also has been added in order to reduce the amount of necessary code. PHPBB3-11579
* [ticket/11579] Rework calls to validate_data_helperMarc Alexander2013-06-031-26/+36
| | | | PHPBB3-11579
* [ticket/11579] Use test case helper class and use assert prefix for methodMarc Alexander2013-06-031-13/+13
| | | | PHPBB3-11579
* [ticket/11579] Move tests into seperate files depending on needed fixtureMarc Alexander2013-05-301-0/+72
PHPBB3-11579