Skip to content

Commit 2b8d11e

Browse files
committed
add github ci workflow - 4
1 parent d9cb8a5 commit 2b8d11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<directory suffix=".php">src/</directory>
77
</include>
88
<exclude>
9-
<directory suffix=".php">tests/</directory>
9+
<directory suffix=".php">tests/php</directory>
1010
</exclude>
1111
</coverage>
1212
<testsuites>
1313
<testsuite name="Default">
14-
<directory>tests/</directory>
14+
<directory>tests/php</directory>
1515
</testsuite>
1616
</testsuites>
1717
</phpunit>

0 commit comments

Comments
 (0)