|
1 | | -PHPUnit Immediate Printer |
2 | | -========================= |
| 1 | +PHPUnit Immediate Printer (Pip) |
| 2 | +=============================== |
3 | 3 |
|
4 | 4 | [![Latest version][Version image]][Releases] |
5 | 5 | [![Total downloads][Downloads image]][Downloads] |
6 | 6 | [![Build status][Build image]][Build] |
7 | 7 | [![Test coverage][Coverage image]][Coverage] |
8 | | -[![Code style][Style image]][Style] |
9 | 8 |
|
10 | | -PHPUnit Immediate Printer (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. |
| 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. |
11 | 10 |
|
12 | 11 | ## Benefits |
13 | 12 |
|
@@ -83,15 +82,13 @@ Thanks to the following open source projects that inspired this project. Keep be |
83 | 82 | * [skyzyx/phpunit-result-printer](https://github.com/skyzyx/phpunit-result-printer) – Design. |
84 | 83 |
|
85 | 84 |
|
86 | | - [Releases]: https://github.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/releases |
87 | | - [Version image]: https://poser.pugx.org/scriptfusion/phpunit-immediate-exception-printer/version "Latest version" |
88 | | - [Downloads]: https://packagist.org/packages/scriptfusion/phpunit-immediate-exception-printer |
89 | | - [Downloads image]: https://poser.pugx.org/scriptfusion/phpunit-immediate-exception-printer/downloads "Total downloads" |
90 | | - [Build]: https://travis-ci.org/ScriptFUSION/PHPUnit-Immediate-Exception-Printer |
91 | | - [Build image]: https://travis-ci.org/ScriptFUSION/PHPUnit-Immediate-Exception-Printer.svg?branch=master "Build status" |
92 | | - [Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Exception-Printer |
93 | | - [Coverage image]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/branch/master/graphs/badge.svg "Test coverage" |
94 | | - [Style]: https://styleci.io/repos/83920053 |
95 | | - [Style image]: https://styleci.io/repos/83920053/shield?style=flat "Code style" |
| 85 | + [Releases]: https://github.com/ScriptFUSION/PHPUnit-Immediate-Printer/releases |
| 86 | + [Version image]: https://poser.pugx.org/scriptfusion/pip/version "Latest version" |
| 87 | + [Downloads]: https://packagist.org/packages/scriptfusion/pip |
| 88 | + [Downloads image]: https://poser.pugx.org/scriptfusion/pip/downloads "Total downloads" |
| 89 | + [Build]: https://github.com/ScriptFUSION/PHPUnit-Immediate-Printer/actions/workflows/Test.yaml |
| 90 | + [Build image]: https://github.com/ScriptFUSION/PHPUnit-Immediate-Printer/actions/workflows/Test.yaml/badge.svg "Build status" |
| 91 | + [Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Printer |
| 92 | + [Coverage image]: https://codecov.io/github/ScriptFUSION/PHPUnit-Immediate-Printer/graph/badge.svg "Test coverage" |
96 | 93 |
|
97 | 94 | [PHPUnit]: https://github.com/sebastianbergmann/phpunit |
0 commit comments