Skip to content

Commit a96b452

Browse files
committed
feat update phpunit config
1 parent 5bbfed1 commit a96b452

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<file>./tests/UpyunTest.php</file>
1515
</testsuite>
1616
</testsuites>
17+
<filter>
18+
<whitelist>
19+
<directory suffix=".php">./src/</directory>
20+
</whitelist>
21+
</filter>
1722
<logging>
1823
<log type="coverage-clover" target="coverage.clover"/>
1924
</logging>

0 commit comments

Comments
 (0)