Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhomoly authored Feb 25, 2018
1 parent 7cecb56 commit 0cb1769
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# 📋 Detailed PHPUnit Printer

It turns the default PHPUnit output...

![default-printer](./screenshots/phpunit-default.png "Default PHPUnit output.")

... into a more informative output with readable function names and execution time allowing you to start fixing errors even before the whole suite finishes:

![detailed-printer](./screenshots/phpunit-pretty.png "PHPUnit output with this printer.")

[![Build Status: Linux](https://travis-ci.org/LimeDeck/phpunit-detailed-printer.svg?branch=master)](https://travis-ci.org/LimeDeck/phpunit-detailed-printer)
[![Build status: Windows](https://ci.appveyor.com/api/projects/status/656nmj6oxbnq4sri/branch/master?svg=true)](https://ci.appveyor.com/project/HRcc/phpunit-detailed-printer/branch/master)
[![GitHub release](https://img.shields.io/github/release/LimeDeck/phpunit-detailed-printer.svg)](https://github.com/limedeck/phpunit-detailed-printer)

## Installation

**For PHPUnit < 6.0, use package version ^2.0.0**

`composer require limedeck/phpunit-detailed-printer --dev`

It turns the default PHPUnit output...
```
composer require limedeck/phpunit-detailed-printer --dev
```

![default-printer](./screenshots/phpunit-default.png "Default PHPUnit output.")
### PHPUnit version compatibility

... into a more informative output with readable function names and execution time allowing you to start fixing errors even before the whole suite finishes:
PHPUnit | Package
:---------|:----------
7.x.x | 4.x.x
6.x.x | 3.2.x
5.x.x | 2.0.x

![detailed-printer](./screenshots/phpunit-pretty.png "PHPUnit output with this printer.")

## Usage

Expand Down

0 comments on commit 0cb1769

Please sign in to comment.