Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Mar 31, 2023
1 parent e87a59c commit 95f5540
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ Navigate to your `phpunit.xml.dist` file and following config:
</extensions>
```

* Use compact mode to only output the testsuite results instead of all separate test

```xml
<extensions>
<bootstrap class="RobinIngelbrecht\PHPUnitPrettyPrint\PhpUnitExtension">
<parameter name="useCompactMode" value="true"/>
</bootstrap>
</extensions>
```

* Feel good about yourself after running your testsuite by displaying a Chuck Noris quote

```xml
Expand Down

0 comments on commit 95f5540

Please sign in to comment.