Skip to content

Commit 720f9b0

Browse files
Do not use deprecated/removed attributes
1 parent dd41df5 commit 720f9b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
requireCoverageMetadata="true"
88
beStrictAboutCoverageMetadata="true"
99
beStrictAboutOutputDuringTests="true"
10-
convertDeprecationsToExceptions="true"
1110
failOnRisky="true"
1211
failOnWarning="true"
13-
colors="true"
14-
verbose="true">
12+
colors="true">
1513
<testsuites>
1614
<testsuite name="default">
1715
<directory>tests</directory>

0 commit comments

Comments
 (0)