Skip to content

Commit c7f4257

Browse files
committed
Updated test run image in Readme.
1 parent 6f5a87e commit c7f4257

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Pip makes no attempt to modify the test summary; only runtime output is changed.
5555

5656
Pip's behaviour can be customized by adding `<parameter>` nodes as children of the `<bootstrap>` node in `phpunit.xml`, with `name` and `value` attributes corresponding to the table below.
5757
58-
| Parameter name | Default value | Comments |
59-
|----------------|---------------|--------------------------------------------------|
60-
| perf.slow | 200 (ms) | _Slow_ performance threshold (shown in yellow) |
61-
| perf.vslow | 1000 (ms) | _Very slow_ performance threshold (shown in red) |
58+
| Parameter name | Default value | Description |
59+
|----------------|---------------|------------------------------------------------------------|
60+
| perf.slow | 200 (ms) | Sets the performance threshold for _slow_ (yellow) tests |
61+
| perf.vslow | 1000 (ms) | Sets the performance threshold for _very slow_ (red) tests |
6262
6363
## Requirements
6464
@@ -92,7 +92,7 @@ Create a new functional test by copying an existing test as a template, then mod
9292

9393
## Inspiration
9494

95-
Thanks to the following open source projects that inspired this project. Keep being awesome :thumbsup:.
95+
Thanks to the following open source projects that inspired this project.
9696

9797
* [diablomedia/phpunit-pretty-printer](https://github.com/diablomedia/phpunit-pretty-printer) &ndash; Design and implementation.
9898
* [whatthejeff/nyancat-phpunit-resultprinter](https://github.com/whatthejeff/nyancat-phpunit-resultprinter) &ndash; Testing.
@@ -108,6 +108,6 @@ Thanks to the following open source projects that inspired this project. Keep be
108108
[Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Printer
109109
[Coverage image]: https://codecov.io/github/ScriptFUSION/PHPUnit-Immediate-Printer/graph/badge.svg "Test coverage"
110110

111-
[Preview image]: https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Printer/master/doc/images/test%20run%203.0.webp
111+
[Preview image]: doc/images/test%20run%203.2.webp
112112

113113
[PHPUnit]: https://github.com/sebastianbergmann/phpunit

doc/images/test run 3.2.webp

20.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)