Add PestPHP in Testing section

Listed Pest "An elegant PHP testing framework for productivity." in the Testing section.
This commit is contained in:
Zishan 2020-06-04 00:27:16 +05:30 committed by GitHub
parent dd151ca7ca
commit 7b6e9e4ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.
* [Pest](https://pestphp.com/) - An elegant PHP testing framework for productivity.
### Continuous Integration
*Libraries and applications for continuous integration.*