From 770e17049d47cb969211a49e17ee98ce1b816d12 Mon Sep 17 00:00:00 2001 From: Zero Date: Thu, 14 May 2020 09:16:40 +0800 Subject: [PATCH] Add An Simple testing framework: Pest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca3c0d4..33465ba 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. +* [Pest](https://pestphp.com/) - A Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework. * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing. * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.