Skip to content

Commit

Permalink
Convert deprecations to exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Nov 5, 2021
1 parent ce4119b commit 6012d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
convertDeprecationsToExceptions="true"
beStrictAboutOutputDuringTests="true"
verbose="true"
colors="true">
Expand Down

0 comments on commit 6012d7b

Please sign in to comment.