From 4b73c52ed9de558c024d16eb94607a7801dfa7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20PASTOURET?= Date: Thu, 1 Oct 2020 21:16:27 +0200 Subject: [PATCH] Add MailHog - Testing email sending --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 268b785..7189b60 100644 --- a/README.md +++ b/README.md @@ -306,6 +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. * [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.