summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-02 17:57:17 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-13 13:22:57 +0100
commitb4fa772bc5f23f84fc292f5d6bf884543d2bfe51 (patch)
tree8576ad3ea145f3644804e2fd93de462cfc2c2578 /phpunit.xml
parentceba81060303e49b2617397397f2804516052ec9 (diff)
Remove V1 item API
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 6a2f2d01b..8d21b4051 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -6,6 +6,7 @@
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
+
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./lib/</directory>
@@ -13,7 +14,10 @@
<exclude>
<file>./lib/AppInfo/Application.php</file>
<file>./lib/Controller/JSONHttpErrorTrait.php</file>
- <file>./lib/**Exception.php</file>
+ <directory suffix=".php">./lib/*/Exceptions</directory>
+ <directory suffix=".php">./lib/Migration</directory>
+ <file>./lib/Db/FeedType.php</file>
+ <file>./lib/Db/IAPI.php</file>
</exclude>
<report>
<clover outputFile="./build/coverage.xml"/>