Skip to content

Commit 99387e0

Browse files
committed
build: Don't display details on skipped tests
1 parent 0718b62 commit 99387e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
colors="true"
99
controlGarbageCollector="true"
1010
displayDetailsOnIncompleteTests="true"
11-
displayDetailsOnSkippedTests="true"
11+
displayDetailsOnSkippedTests="false"
1212
displayDetailsOnTestsThatTriggerDeprecations="true"
1313
displayDetailsOnTestsThatTriggerErrors="true"
1414
displayDetailsOnTestsThatTriggerNotices="true"

0 commit comments

Comments
 (0)