Skip to content

Commit a7bf61f

Browse files
authored
Merge pull request #39 from palpalani/develop
Merge branch 'main' into develop
2 parents c894c6e + 85ae3ed commit a7bf61f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml.dist

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<directory>tests</directory>
2424
</testsuite>
2525
</testsuites>
26+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
27+
<include>
28+
<directory>src</directory>
29+
</include>
30+
</source>
2631
<coverage>
2732
<include>
2833
<directory suffix=".php">./src</directory>

0 commit comments

Comments
 (0)