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 1ee30ba commit 851c50dCopy full SHA for 851c50d
composer.json
@@ -25,6 +25,7 @@
25
"spatie/temporary-directory": "^1.0.0"
26
},
27
"require-dev": {
28
+ "codedungeon/phpunit-result-printer": "^0.4.4",
29
"phpunit/phpunit": "^6.0"
30
31
"autoload": {
@@ -38,7 +39,7 @@
38
39
}
40
41
"scripts": {
- "test": "vendor/bin/phpunit --testdox"
42
+ "test": "vendor/bin/phpunit"
43
44
"config": {
45
"sort-packages": true
phpunit.xml.dist
@@ -8,6 +8,7 @@
8
convertNoticesToExceptions="true"
9
convertWarningsToExceptions="true"
10
processIsolation="false"
11
+ printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
12
stopOnFailure="false">
13
<testsuites>
14
<testsuite name="Test Suite">
0 commit comments