Update README.md

Library suggestion: Make/Accessible
This commit is contained in:
Eleandro Duzentos 2017-11-24 23:12:31 +01:00 committed by GitHub
parent 662e1d9c5e
commit 92dee032ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,6 +300,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.
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
* [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
* [MakeAccessible](https://github.com/e200/MakeAccessible/) - A lightweight package that let you easily access and test singleton classes and inaccessible instance members like private properties and protected methods.
* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
* [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.