Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maspeng/php-test-helper

A library to simplify various tasks during test development
https://github.com/maspeng/php-test-helper

helper php test testing

Last synced: about 1 month ago
JSON representation

A library to simplify various tasks during test development

Awesome Lists containing this project

README

        

# PHP test helper

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

[![Minimum PHP Version](https://img.shields.io/badge/PHP-%3E%3D8.1.0-blue.svg)](https://php.net/)

## Installation

To install this library just add it as development dependency to your project using:

```bash
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](docs/object-reflector.md).

## Contribute

Please refer to [CONTRIBUTING.md](.github/CONTRIBUTE.md) for information on how to contribute to php-test-helper project.