Skip to content

Commit 7e70dc4

Browse files
committed
temp ignore cli tests
Signed-off-by: Derek Smart <derek@grindaga.com>
1 parent 0d0e492 commit 7e70dc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<filter>
3030
<whitelist addUncoveredFilesFromWhitelist="true">
3131
<directory suffix=".php">src</directory>
32+
<exclude>
33+
<directory suffix=".php">src/cli</directory>
34+
</exclude>
3235
<exclude>
3336
<file>src/autoload.php</file>
3437
</exclude>

0 commit comments

Comments
 (0)