Skip to content

Commit 3ede30c

Browse files
Update PHPUnit configuration
1 parent 5b9a71d commit 3ede30c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
requireCoverageMetadata="true"
88
beStrictAboutCoverageMetadata="true"
99
beStrictAboutOutputDuringTests="true"
10+
displayDetailsOnPhpunitDeprecations="true"
11+
failOnPhpunitDeprecation="true"
1012
failOnRisky="true"
1113
failOnWarning="true"
1214
colors="true">
@@ -16,9 +18,7 @@
1618
</testsuite>
1719
</testsuites>
1820

19-
<source restrictDeprecations="true"
20-
restrictNotices="true"
21-
restrictWarnings="true">
21+
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
2222
<include>
2323
<directory>src</directory>
2424
</include>

0 commit comments

Comments
 (0)