Skip to content

Commit

Permalink
[TASK] Fail test execution if anything goes wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jun 21, 2024
1 parent 8734bc0 commit 48ece67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerErrors="true"
>
<php>
<env name="COLUMNS" value="300" />
Expand Down

0 comments on commit 48ece67

Please sign in to comment.