File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 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
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
2121The 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"
Original file line number Diff line number Diff line change 99 </testsuite >
1010 <filter >
1111 <whitelist processUncoveredFilesFromWhitelist =" true" >
12- <directory >..</directory >
12+ <directory >../src </directory >
1313 </whitelist >
1414 </filter >
1515</phpunit >
You can’t perform that action at this time.
0 commit comments