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.
This commit is contained in:
Eleandro Duzentos 2017-10-09 21:23:44 +01:00 committed by GitHub
parent 300abca5f6
commit e56442c160

View File

@ -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.