Skip to content

Commit

Permalink
Enhancement: Display all details when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 13, 2023
1 parent 522d9d2 commit 90f235c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Functional/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
cacheResult="true"
colors="true"
columns="max"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
executionOrder="random"
stopOnError="false"
stopOnFailure="false"
Expand Down
6 changes: 6 additions & 0 deletions test/Integration/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
cacheResult="true"
colors="true"
columns="max"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
executionOrder="random"
stopOnError="false"
stopOnFailure="false"
Expand Down
6 changes: 6 additions & 0 deletions test/Unit/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
cacheResult="true"
colors="true"
columns="max"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
executionOrder="random"
stopOnError="false"
stopOnFailure="false"
Expand Down

0 comments on commit 90f235c

Please sign in to comment.