We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bf695 commit b8a4c72Copy full SHA for b8a4c72
README.md
@@ -145,6 +145,21 @@ This can be useful when you only want to prettify the output when forced via CLI
145
> vendor/bin/phpunit --configuration=tests/phpunit.test.xml -d --compact -d --display-quote
146
```
147
148
+## PHPUnit 9.x
149
+
150
+This package does not support PHPUnit 9.x but Collision does out of the box. Run
151
152
+```bash
153
+composer require nunomaduro/collision:^6.0
154
+```
155
156
+Then add the Collision `printerClass` to your `phpunit.xml` in the `phpunit` section:
157
158
+```xml
159
+<phpunit
160
+ printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer">
161
162
163
## Acknowledgements
164
165
* API used for Chuck Noris quotes: https://api.chucknorris.io/
0 commit comments