maspeng / test-helper
A library to simplify various tasks during test development
Installs: 26 465
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 4
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-dependabot/composer/phpstan/phpstan-2.1.38
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.93.1
- dev-dependabot/composer/composer-816299eac3
- dev-dependabot/composer/friendsofphp/php-cs-fixer-3.93.0
- dev-dependabot/composer/phpstan/phpstan-2.1.37
- dev-dependabot/composer/phpstan/phpstan-phpunit-2.0.12
This package is auto-updated.
Last update: 2026-01-31 09:32:30 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.