Add MailHog - Testing email sending

This commit is contained in:
Jérémy PASTOURET 2020-10-02 11:45:14 +02:00 committed by GitHub
parent 4b73c52ed9
commit c3c4fcd851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
* [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
* [MailHog](https://github.com/les-enovateurs/mailhog-examples), PHP testing email with MailHog. Can be use with Docker and GitHub Actions.
* [MailHog](https://github.com/les-enovateurs/mailhog-examples) - PHP testing email with MailHog. Can be used with Docker and GitHub Actions.
* [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
* [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.