Skip to content

Commit 6145386

Browse files
committed
Updated Readme badges.
1 parent 90a5696 commit 6145386

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
PHPUnit Immediate Printer
2-
=========================
1+
PHPUnit Immediate Printer (Pip)
2+
===============================
33

44
[![Latest version][Version image]][Releases]
55
[![Total downloads][Downloads image]][Downloads]
66
[![Build status][Build image]][Build]
77
[![Test coverage][Coverage image]][Coverage]
8-
[![Code style][Style image]][Style]
98

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.
1110

1211
## Benefits
1312

@@ -83,15 +82,13 @@ Thanks to the following open source projects that inspired this project. Keep be
8382
* [skyzyx/phpunit-result-printer](https://github.com/skyzyx/phpunit-result-printer) – Design.
8483
8584
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"
9693
9794
[PHPUnit]: https://github.com/sebastianbergmann/phpunit

0 commit comments

Comments
 (0)