Skip to content

Commit af4b62f

Browse files
committed
Merge branch 'hotfix/1.1.2'
2 parents f79cd13 + 4545967 commit af4b62f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ 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">
2726

2827
```xml
2928
<phpunit
@@ -32,5 +31,7 @@ Optionally, you can add it to your project's `phpunit.xml` file instead:
3231
printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinter">
3332
```
3433

34+
<img src="https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.gif" width="100%" alt="phpunit-pretty-print">
35+
3536
### License
3637
MIT © [Sempro AS](http://www.sempro.no)

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.1",
3+
"version": "1.1.2",
44
"description": "Prettify PHPUnit output",
55
"type": "library",
66
"license": "MIT",

0 commit comments

Comments
 (0)