Skip to content

Commit 6012d7b

Browse files
committed
Convert deprecations to exceptions
1 parent ce4119b commit 6012d7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
2525
bootstrap="vendor/autoload.php"
26+
convertDeprecationsToExceptions="true"
2627
beStrictAboutOutputDuringTests="true"
2728
verbose="true"
2829
colors="true">

0 commit comments

Comments
 (0)