Skip to content

Commit 85ae3ed

Browse files
committed
🚧 wip
1 parent 08c1d52 commit 85ae3ed

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)