This library has the target to simplify various tasks during test development.
To install this library just add it as development dependency to your project using:
composer require --dev maspeng/test-helper
To use the ObjectReflectorTrait
just add a use statement to your TestClass
.
See object reflector trait documentation.
Please refer to CONTRIBUTING.md for information on how to contribute to php-test-helper project.