File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ Immediate Exception Printer is a [PHPUnit][PHPUnit] plug-in that prints out exce
12
12
## Benefits
13
13
14
14
* 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.
16
16
* Display the execution time of each test in tiered colour bands.
17
17
* Display the name of each test case as it is executed.
18
18
19
19
## Preview
20
20
21
21
The following preview is somewhat atypical but shows all supported output cases.
22
22
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 )
24
24
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.
26
26
27
27
## Usage
28
28
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.
30
30
31
31
``` json
32
32
"scriptfusion/phpunit-immediate-exception-printer" : " ^1"
Original file line number Diff line number Diff line change 9
9
</testsuite >
10
10
<filter >
11
11
<whitelist processUncoveredFilesFromWhitelist =" true" >
12
- <directory >..</directory >
12
+ <directory >../src </directory >
13
13
</whitelist >
14
14
</filter >
15
15
</phpunit >
You can’t perform that action at this time.
0 commit comments