Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maspeng/php-test-helper
- Owner: MaSpeng
- License: mit
- Created: 2018-10-10T07:00:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:09:23.000Z (2 months ago)
- Last Synced: 2024-11-25T10:27:26.325Z (2 months ago)
- Topics: helper, php, test, testing
- Language: PHP
- Homepage:
- Size: 323 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.