aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/validate_email_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/10073] Add tests for new validate_email()Joas Schilling2014-05-291-0/+102
| | | | PHPBB3-10073
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-112/+0
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [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