Skip to content

Commit

Permalink
tests: do not fail on deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Feb 8, 2024
1 parent 45ce023 commit 6fd812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
failOnWarning="true"
failOnDeprecation="true"
failOnDeprecation="false"
failOnNotice="true"
>
<coverage/>
Expand Down

0 comments on commit 6fd812d

Please sign in to comment.