maspeng/test-helper

A library to simplify various tasks during test development

Maintainers

Package info

github.com/MaSpeng/php-test-helper

Documentation

pkg:composer/maspeng/test-helper

Statistics

Installs: 26 953

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 4

0.4.0 2025-12-22 16:44 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.