Skip to content

Commit eecb203

Browse files
committed
Updated readme for 1.3.
1 parent 47ea0c4 commit eecb203

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ Immediate Exception Printer is a [PHPUnit][PHPUnit] plug-in that prints out exce
1212
## Benefits
1313

1414
* Immediately print out exceptions and assertion failures as they occur.
15-
* Flawless test suite indicator: success dot turns red if any prior tests failed.
15+
* Flawless test suite indicator: success dot turns to red exclamation mark if any prior tests failed.
1616
* Display the execution time of each test in tiered colour bands.
1717
* Display the name of each test case as it is executed.
1818

1919
## Preview
2020

2121
The following preview is somewhat atypical but shows all supported output cases.
2222

23-
![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.2.png)
23+
![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.3.png)
2424

25-
This library makes no attempt to modify the test summary; only runtime output is changed.
25+
This printer makes no attempt to modify the test summary; only runtime output is changed.
2626

2727
## Usage
2828

29-
1. Add the library to your Composer file's `require-dev` section.
29+
1. Add the dependency to your Composer file's `require-dev` section.
3030

3131
```json
3232
"scriptfusion/phpunit-immediate-exception-printer": "^1"

doc/images/test run 1.0.png

-38.3 KB
Binary file not shown.

doc/images/test run 1.2.png

-84.1 KB
Binary file not shown.

doc/images/test run 1.3.png

75.5 KB
Loading

test/phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</testsuite>
1010
<filter>
1111
<whitelist processUncoveredFilesFromWhitelist="true">
12-
<directory>..</directory>
12+
<directory>../src</directory>
1313
</whitelist>
1414
</filter>
1515
</phpunit>

0 commit comments

Comments
 (0)