/php-test-helper

A library to simplify various tasks during test development

Primary LanguagePHPMIT LicenseMIT

PHP test helper

This library has the target to simplify various tasks during test development.

Minimum PHP Version

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.