Skip to content

Commit

Permalink
[TMP][TASK] Log deprecations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 17, 2024
1 parent 5846ec9 commit 3a78c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
Expand All @@ -21,6 +22,7 @@
</testsuites>
<php>
<ini name="display_errors" value="1"/>
<ini name="error_reporting" value="E_ALL"/>
<env name="TYPO3_CONTEXT" value="Testing"/>
</php>
</phpunit>

0 comments on commit 3a78c60

Please sign in to comment.