summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-11 02:15:09 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-11 02:15:09 +0200
commit2400d0745dd902f838903d710d805b2a0b6fa132 (patch)
treea0aafe667d01a692509e544e016e6f259d0ebd9f /phpunit.xml
parentb8dbf4abdc4f7e23e89f28dafa0ffd8f2bdcab70 (diff)
Improve testability of FileSystemDriver
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 6ed2107..0d5db01 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -8,7 +8,14 @@
beStrictAboutCoverageMetadata="false"
beStrictAboutOutputDuringTests="false"
failOnRisky="false"
- failOnWarning="true">
+ failOnWarning="true"
+ testdox="false"
+ displayDetailsOnIncompleteTests="true"
+ displayDetailsOnSkippedTests="true"
+ displayDetailsOnTestsThatTriggerDeprecations="true"
+ displayDetailsOnTestsThatTriggerErrors="true"
+ displayDetailsOnTestsThatTriggerNotices="true"
+ displayDetailsOnTestsThatTriggerWarnings="true">
<testsuites>
<testsuite name="default">
<directory>tests</directory>