Skip to content

Commit

Permalink
Updated readme for 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Jul 29, 2017
1 parent 47ea0c4 commit eecb203
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ Immediate Exception Printer is a [PHPUnit][PHPUnit] plug-in that prints out exce
## Benefits

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

## Preview

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

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

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

## Usage

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

```json
"scriptfusion/phpunit-immediate-exception-printer": "^1"
Expand Down
Binary file removed doc/images/test run 1.0.png
Binary file not shown.
Binary file removed doc/images/test run 1.2.png
Binary file not shown.
Binary file added doc/images/test run 1.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</testsuite>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory>..</directory>
<directory>../src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit eecb203

Please sign in to comment.