Skip to content

Commit

Permalink
Added Collision PHPUnit printer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Oct 16, 2022
1 parent 9918755 commit d99ec84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"amphp/socket": "v2.0.0-beta.6",
"mockery/mockery": "^1.3.3",
"nikic/iter": "^2.2",
"nunomaduro/collision": "^6.3",
"phpunit/phpunit": "^9.5.23"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions test/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<phpunit
beStrictAboutOutputDuringTests="true"
colors="true"
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
>
<testsuite name="default">
<directory>.</directory>
Expand Down

0 comments on commit d99ec84

Please sign in to comment.