From e56442c1609d727e487ff1e6b2ace8a320457390 Mon Sep 17 00:00:00 2001 From: Eleandro Duzentos Date: Mon, 9 Oct 2017 21:23:44 +0100 Subject: [PATCH] Added MakeAccessible library suggestion A lightweight package that let you easily access and test singleton classes and inaccessible instance members like private properties and protected methods. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463092d..357b789 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing. -* [MakeAccessible](https://github.com/e200/MakeAccessible/) - A lightweight PHP package that let you easily access and test singleton classes and inaccessible instance members like private or protected methods and properties. +* [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. * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit. * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework. * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.