Skip to content

Commit 32f05ae

Browse files
committed
add filter
1 parent 7785c35 commit 32f05ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

actions.phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>
18+
<filter>
19+
<whitelist>
20+
<directory suffix=".php">./src</directory>
21+
</whitelist>
22+
</filter>
1823
</phpunit>

0 commit comments

Comments
 (0)