Skip to content

Commit 0b8ac10

Browse files
Update PHPUnit configuration
1 parent fc9c1fd commit 0b8ac10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
</testsuite>
2121
</testsuites>
2222

23-
<source restrictDeprecations="true"
24-
restrictNotices="true"
25-
restrictWarnings="true">
23+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
2624
<include>
2725
<directory>src</directory>
2826
</include>

0 commit comments

Comments
 (0)