Download the PHP package kidfund/monkey-patcher without Composer
On this page you can find all versions of the php package kidfund/monkey-patcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kidfund/monkey-patcher
More information about kidfund/monkey-patcher
Files in kidfund/monkey-patcher
Download kidfund/monkey-patcher
More information about kidfund/monkey-patcher
Files in kidfund/monkey-patcher
Vendor kidfund
Package monkey-patcher
Short Description Get tricky with php objects in test
License MIT
Homepage https://github.com/Kidfund/MonkeyPatcher
Package monkey-patcher
Short Description Get tricky with php objects in test
License MIT
Homepage https://github.com/Kidfund/MonkeyPatcher
Keywords kidfundmonkey-patcher
Please rate this library. Is it a good library?
Informations about the package monkey-patcher
MonkeyPatcher
Access private functions and properties of PHP classes. Primarily used to muck with things under test.
- MonkeyPatcher
- Install
- Usage
- Setup
- Access a private function
- Set a private property
- Get a private property
- Testing
- Contributing
- Credits
- License
Install
Via Composer
Usage
Note: If you are using this, you may have a broken pattern somewhere. Either in your main code or in test-land. But, sometimes you need it!
Setup
Add the trait to your test
Access a private function
Set a private property
Get a private property
Testing
Contributing
Please see CONDUCT for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of monkey-patcher with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.0
The package kidfund/monkey-patcher contains the following files
Loading the files please wait ....