Skip to content

Commit 7dca80c

Browse files
committed
add verbosity to tests
1 parent ccc4e0b commit 7dca80c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

phpunit-integration.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
colors="true"
66
testdox="true"
77
verbose="true"
8+
displayDetailsOnSkippedTests="true"
89
beStrictAboutOutputDuringTests="false"
910
beStrictAboutTestsThatDoNotTestAnything="true"
1011
convertErrorsToExceptions="true"

phpunit-unit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
44
bootstrap="tests/Unit/bootstrap.php"
55
colors="true"
6+
verbose="true"
7+
displayDetailsOnSkippedTests="true"
68
beStrictAboutOutputDuringTests="true"
79
beStrictAboutTestsThatDoNotTestAnything="true"
810
convertErrorsToExceptions="true"

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
backupGlobals="true"
55
backupStaticAttributes="false"
66
colors="true"
7+
verbose="true"
8+
displayDetailsOnSkippedTests="true"
79
bootstrap="tests/bootstrap.php">
810

911
<testsuites>

0 commit comments

Comments
 (0)