We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ac85a commit d08926fCopy full SHA for d08926f
phpunit.xml.dist
@@ -5,7 +5,11 @@
5
processIsolation="false"
6
stopOnFailure="false"
7
displayDetailsOnTestsThatTriggerWarnings="true"
8
+ displayDetailsOnTestsThatTriggerNotices="true"
9
+ displayDetailsOnTestsThatTriggerErrors="true"
10
displayDetailsOnTestsThatTriggerDeprecations="true"
11
+ displayDetailsOnSkippedTests="true"
12
+ displayDetailsOnIncompleteTests="true"
13
bootstrap="./Tests/bootstrap.php"
14
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
15
cacheDirectory=".phpunit.cache"
0 commit comments