From 2016e9804c4a5bbbe8f864ac27ba6e155224212a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 19 Jan 2023 18:37:39 +0100 Subject: [PATCH] Add Pest --- _posts/11-02-01-Test-Driven-Development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index 34f4506..95a8bea 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -38,6 +38,7 @@ are several alternatives: * [atoum](https://github.com/atoum/atoum) * [Kahlan](https://github.com/kahlan/kahlan) * [Peridot](https://peridot-php.github.io/) +* [Pest](https://pestphp.com/) * [SimpleTest](https://github.com/simpletest/simpletest) ### Integration Testing