maspeng/test-helper

A library to simplify various tasks during test development

0.3.0 2023-12-07 13:26 UTC

This package is auto-updated.

Last update: 2024-05-10 16:22:24 UTC


README

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.