This commit is contained in:
Robin Appelman 2021-03-02 19:52:34 +01:00
commit ce603b4c08
2 changed files with 11 additions and 1 deletions

View file

@ -3,4 +3,10 @@
<testsuite name='Stream'>
<directory suffix='.php'>./</directory>
</testsuite>
<coverage>
<include>
<directory suffix=".php">../src</directory>
</include>
</coverage>
</phpunit>