File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# phpunit-pretty-print
2
2
> Prettify PHPUnit output
3
3
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 )
4
5
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
5
6
[ ![ psr-2] ( https://img.shields.io/badge/code_style-PSR_2-blue.svg?style=flat-square )] ( http://www.php-fig.org/psr/psr-2/ )
6
7
7
- <img src =" https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.png " alt =" phpunit-pretty-print " >
8
8
9
9
### Installation
10
10
``` bash
@@ -23,6 +23,8 @@ php vendor/bin/phpunit --printer 'Sempro\PHPUnitPrettyPrinter\PrettyPrinter' tes
23
23
24
24
Optionally, you can add it to your project's ` phpunit.xml ` file instead:
25
25
26
+ <img src =" https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.gif " alt =" phpunit-pretty-print " >
27
+
26
28
``` xml
27
29
<phpunit
28
30
bootstrap =" bootstrap.php"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sempro/phpunit-pretty-print" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Prettify PHPUnit output" ,
5
5
"type" : " library" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments