From 92dee032ec52f8ceab0e3b20f49a28263d0f3ebb Mon Sep 17 00:00:00 2001 From: Eleandro Duzentos Date: Fri, 24 Nov 2017 23:12:31 +0100 Subject: [PATCH] Update README.md Library suggestion: Make/Accessible --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30f2b4d..1353887 100644 --- a/README.md +++ b/README.md @@ -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.