Skip to content

Commit f331ae2

Browse files
committed
Updated Readme with PHPUnit version requirements per Pip version.
1 parent dc7a8a0 commit f331ae2

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="doc/images/logo.webp" width="350"></p>
1+
<p align="center"><img src="doc/images/logo.webp" alt="Pip" width="350"></p>
22
<div align="center">
33

44
[![Latest version][Version image]][Releases]
@@ -10,18 +10,18 @@
1010
PHPUnit Immediate Printer
1111
=========================
1212

13-
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.
13+
Pip is a [PHPUnit][] extension that immediately prints exceptions and assertion failures 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.
1414

1515
## Benefits
1616

17-
* Immediately print out exceptions and assertion failures as they occur.
18-
* Flawless test suite indicator: success dot turns to red exclamation mark if any prior tests failed.
19-
* Display the execution time of each test in tiered colour bands.
2017
* Display the name of each test case as it is executed.
18+
* Display the execution time of each test in tiered colour bands.
19+
* Immediately print exceptions and assertion failures as they occur.
20+
* Flawless test suite indicator: success dot turns to red exclamation mark if any prior tests failed. Useful for CI consoles without a scrollback buffer.
2121

2222
## Preview
2323

24-
The following preview is somewhat atypical but shows all supported output cases at once.
24+
The following preview is somewhat atypical but shows all supported output cases at once. Of course, we expect all *your* tests to be green!
2525

2626
![Preview image][]
2727

@@ -53,7 +53,11 @@ This printer makes no attempt to modify the test summary; only runtime output is
5353

5454
## Requirements
5555

56-
* [PHPUnit][] 10.
56+
| Pip version | PHPUnit versions | Minimum PHP |
57+
|:-----------:|:----------------:|:-----------:|
58+
| 3 | 10 / 11 | 8.1 / 8.2 |
59+
| 2 | *yanked* | - |
60+
| 1 | 5 / 6 | 5.6 / 7.0 |
5761

5862
## Testing
5963

0 commit comments

Comments
 (0)