Skip to content

Commit 03f2098

Browse files
Update PHPUnit configuration
1 parent cafa435 commit 03f2098

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
77
beStrictAboutOutputDuringTests="true"
8+
failOnRisky="true"
9+
failOnWarning="true"
810
colors="true">
911
<testsuites>
1012
<testsuite name="default">
1113
<directory>tests/tests</directory>
1214
</testsuite>
1315
</testsuites>
1416

15-
<source>
17+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
1618
<include>
1719
<directory>src</directory>
1820
</include>

0 commit comments

Comments
 (0)