Skip to content

Commit d08926f

Browse files
committed
Update phpunit config
1 parent 37ac85a commit d08926f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

+4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
processIsolation="false"
66
stopOnFailure="false"
77
displayDetailsOnTestsThatTriggerWarnings="true"
8+
displayDetailsOnTestsThatTriggerNotices="true"
9+
displayDetailsOnTestsThatTriggerErrors="true"
810
displayDetailsOnTestsThatTriggerDeprecations="true"
11+
displayDetailsOnSkippedTests="true"
12+
displayDetailsOnIncompleteTests="true"
913
bootstrap="./Tests/bootstrap.php"
1014
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
1115
cacheDirectory=".phpunit.cache"

0 commit comments

Comments
 (0)