maspeng / test-helper
A library to simplify various tasks during test development
0.4.1
2026-07-28 09:47 UTC
Requires
- php: ^8.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95.17
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.2.6
- phpstan/phpstan-phpunit: ^2.0.18
- phpunit/phpunit: ^11.5.56
- roave/security-advisories: dev-master
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This library has the target to simplify various tasks during test development.
Installation
To install this library just add it as development dependency to your project using:
composer require --dev maspeng/test-helper
Usage
Object Reflector
To use the ObjectReflectorTrait just add a use statement to your TestClass.
See object reflector trait documentation.
Contribute
Please refer to CONTRIBUTING.md for information on how to contribute to php-test-helper project.