Skip to content

Commit 995656c

Browse files
committed
qa: convert deprecations to exceptions when testin
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent d28a81c commit 995656c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
6+
convertDeprecationsToExceptions="true"
67
colors="true">
78
<coverage processUncoveredFiles="true">
89
<include>

0 commit comments

Comments
 (0)