Skip to content

Commit 851c50d

Browse files
committed
phpunit-result-printer added
1 parent 1ee30ba commit 851c50d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"spatie/temporary-directory": "^1.0.0"
2626
},
2727
"require-dev": {
28+
"codedungeon/phpunit-result-printer": "^0.4.4",
2829
"phpunit/phpunit": "^6.0"
2930
},
3031
"autoload": {
@@ -38,7 +39,7 @@
3839
}
3940
},
4041
"scripts": {
41-
"test": "vendor/bin/phpunit --testdox"
42+
"test": "vendor/bin/phpunit"
4243
},
4344
"config": {
4445
"sort-packages": true

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
1010
processIsolation="false"
11+
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
1112
stopOnFailure="false">
1213
<testsuites>
1314
<testsuite name="Test Suite">

0 commit comments

Comments
 (0)