Skip to content

Commit

Permalink
[BUGFIX] Removed displayDetailsOnPhpunitDeprecations from phpunit xml…
Browse files Browse the repository at this point in the history
… configuration to prevent fails on warnings
  • Loading branch information
Riny van Tiggelen committed Oct 16, 2024
1 parent 4cc30d4 commit 907dbc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/phpunit/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
displayDetailsOnSkippedTests="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnPhpunitDeprecations="true"
colors="true"
failOnRisky="true"
failOnWarning="true"
Expand Down

0 comments on commit 907dbc9

Please sign in to comment.