Skip to content

Commit 6e1f884

Browse files
committed
Added logo to readme.
1 parent 51d7ea2 commit 6e1f884

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
PHPUnit Immediate Printer (Pip)
2-
===============================
1+
<p align="center"><img src="doc/images/logo.webp" width="350"></p>
2+
<div align="center">
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+
</div>
9+
10+
PHPUnit Immediate Printer
11+
=========================
812

913
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.
1014

doc/images/logo.webp

13 KB
Binary file not shown.

0 commit comments

Comments
 (0)