maspeng / test-helper
A library to simplify various tasks during test development
Installs: 19 868
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-10-21 09:40:43 UTC
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.