maspeng / test-helper
A library to simplify various tasks during test development
0.4.0
2025-12-22 16:44 UTC
Requires
- php: ^8.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^11.5
- roave/security-advisories: dev-master
- dev-main
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-dependabot/composer/phpstan/phpstan-2.1.44
- dev-dependabot/github_actions/DavidAnson/markdownlint-cli2-action-23
- dev-dependabot/composer/phpstan/phpstan-2.1.42
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.94.2
- dev-dependabot/composer/phpstan/phpstan-phpunit-2.0.16
- dev-dependabot/composer/composer-816299eac3
This package is auto-updated.
Last update: 2026-03-28 09:32:18 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.