Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defenestrator/test-printer
A test result printer for PHPUnit
https://github.com/defenestrator/test-printer
composer php phpunit printer test-printer testing
Last synced: 3 months ago
JSON representation
A test result printer for PHPUnit
- Host: GitHub
- URL: https://github.com/defenestrator/test-printer
- Owner: defenestrator
- License: mit
- Archived: true
- Created: 2018-03-15T15:37:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T20:25:33.000Z (about 6 years ago)
- Last Synced: 2024-07-30T11:21:59.012Z (5 months ago)
- Topics: composer, php, phpunit, printer, test-printer, testing
- Language: PHP
- Size: 7.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://raw.githubusercontent.com/defenestrator/test-printer/master/assets/images/copacetic-face.png)
# Defenestrator Test Printer
Rather than see a string of dots and letters, get some darn information as your tests are running.
![](https://raw.githubusercontent.com/defenestrator/test-printer/master/assets/images/screenshot.png)
## Installation
Install Defenestrator Test Result Printer with composer:
composer require --dev defenestrator/test-printer
You may alternatively include the project in your composer.json:
```json
{
"require-dev": {
"defenestrator/test-printer": ">=3.0.0"
}
}
```If you don't use composer, you can simply download and save `TestResultPrinter.php` wherever you want.
You should seriously use composer, dork.## Usage
To use the `TestResultPrinter` class, specify it in the root `` element of `phpunit.xml`.
```
...
```