Skip to content

Commit a5687e2

Browse files
author
Jovert Lota Palonpon
committed
Added codedungeon/phpunit-result-printer package
1 parent 60314b3 commit a5687e2

File tree

3 files changed

+262
-2
lines changed

3 files changed

+262
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"require-dev": {
2121
"beyondcode/laravel-dump-server": "^1.0",
22+
"codedungeon/phpunit-result-printer": "^0.26.1",
2223
"filp/whoops": "^2.0",
2324
"mockery/mockery": "^1.0",
2425
"nunomaduro/collision": "^3.0",

composer.lock

Lines changed: 259 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="false">
10+
stopOnFailure="false"
11+
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
1112
<testsuites>
1213
<testsuite name="Unit">
1314
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)