maspeng / test-helper
A library to simplify various tasks during test development
Installs: 25 323
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/maspeng/test-helper
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-add-support-for-php-8-5
- dev-drop-support-for-php-8-1
- dev-update-development-environment
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.92.3
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.92.0
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/actions/checkout-6
This package is auto-updated.
Last update: 2025-12-22 16:45:22 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.