Skip to content

Commit

Permalink
[Tests][PHPUnit] Set failOnWarning to true
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Mar 28, 2024
1 parent 9a50c44 commit f317269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.functional.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
bootstrap="vendor/autoload.php"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
failOnWarning="true"
>
<php>
<env name="EZP_TEST_REST_HOST" value="localhost"/>
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
bootstrap="vendor/autoload.php"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
failOnWarning="true"
>
<testsuites>
<testsuite name="Ibexa REST Bundle">
Expand Down

0 comments on commit f317269

Please sign in to comment.