Skip to content

Commit

Permalink
Add attributes in phpunit.xml to let tests fail on warnings, notices …
Browse files Browse the repository at this point in the history
…and deprecations

Signed-off-by: Jan Nöhles <[email protected]>
  • Loading branch information
BolZer committed Sep 16, 2024
1 parent 92f4048 commit 35e1fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
failOnWarning="true"
failOnDeprecation="true"
failOnNotice="true"
>
<testsuites>
<testsuite name="Test Suite">
Expand Down

0 comments on commit 35e1fe2

Please sign in to comment.