Skip to content

Commit 4f93cc7

Browse files
committed
Updates readme
1 parent 13c0e24 commit 4f93cc7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# phpunit-pretty-print
22
> Prettify PHPUnit output
33
4+
[![Travis](https://img.shields.io/travis/sempro/phpunit-pretty-print.svg?style=flat-square)](https://travis-ci.org/sempro/phpunit-pretty-print.svg?branch=master)
45
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
56
[![psr-2](https://img.shields.io/badge/code_style-PSR_2-blue.svg?style=flat-square)](http://www.php-fig.org/psr/psr-2/)
67

7-
<img src="https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.png" alt="phpunit-pretty-print">
88

99
### Installation
1010
```bash
@@ -23,6 +23,8 @@ php vendor/bin/phpunit --printer 'Sempro\PHPUnitPrettyPrinter\PrettyPrinter' tes
2323

2424
Optionally, you can add it to your project's `phpunit.xml` file instead:
2525

26+
<img src="https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.gif" alt="phpunit-pretty-print">
27+
2628
```xml
2729
<phpunit
2830
bootstrap="bootstrap.php"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sempro/phpunit-pretty-print",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",

preview.gif

1.37 MB
Loading

preview.png

-147 KB
Binary file not shown.

0 commit comments

Comments
 (0)