mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
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:
parent
300abca5f6
commit
e56442c160
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user