Skip to content

Commit 51d7ea2

Browse files
committed
Added new 3.0 test run preview image.
1 parent 6145386 commit 51d7ea2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHPUnit Immediate Printer (Pip)
66
[![Build status][Build image]][Build]
77
[![Test coverage][Coverage image]][Coverage]
88

9-
Pip a [PHPUnit][] extension that prints exceptions and assertion failures immediately during a test run. Normally PHPUnit keeps failure details secret until the end of the test run, but sometimes we don't want to wait that long. With Pip, all secrets are immediately revealed, with a few extra benefits, too.
9+
Pip is a [PHPUnit][] extension that prints exceptions and assertion failures immediately during a test run. Normally PHPUnit keeps failure details secret until the end of the test run, but sometimes we don't want to wait that long. With Pip, all secrets are immediately revealed, with a few extra benefits, too.
1010

1111
## Benefits
1212

@@ -17,9 +17,9 @@ Pip a [PHPUnit][] extension that prints exceptions and assertion failures immedi
1717

1818
## Preview
1919

20-
The following preview is somewhat atypical but shows all supported output cases.
20+
The following preview is somewhat atypical but shows all supported output cases at once.
2121

22-
![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.3.png)
22+
![Preview image][]
2323

2424
This printer makes no attempt to modify the test summary; only runtime output is changed.
2525

@@ -91,4 +91,6 @@ Thanks to the following open source projects that inspired this project. Keep be
9191
[Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Printer
9292
[Coverage image]: https://codecov.io/github/ScriptFUSION/PHPUnit-Immediate-Printer/graph/badge.svg "Test coverage"
9393
94+
[Preview image]: https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Printer/master/doc/images/test%20run%203.0.webp
95+
9496
[PHPUnit]: https://github.com/sebastianbergmann/phpunit

doc/images/test run 3.0.webp

20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)