summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-28 21:07:24 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-29 13:02:03 +0200
commitbc01761221384c0bbac0297d38e85bcaa6286a9a (patch)
treebea5acc2db33186982ba94a4270c9eb277c8f0b3 /phpunit.xml
parentd00d1ab2a28f428223e52b17052c072c64784016 (diff)
Fix repair step and test it
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 768e083b5..08a34a72f 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -8,14 +8,9 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./lib/</directory>
<exclude>
- <file>./lib/Config/DependencyException.php</file>
- <file>./lib/Explore/feeds/RecommendedSiteNotFoundException.php</file>
- <file>./lib/Explore/feeds/RecommendedSiteNotFoundException.php</file>
- <file>./lib/Fetcher/FetcherException.php</file>
- <file>./lib/Service/ServiceConflictException.php</file>
- <file>./lib/Service/ServiceException.php</file>
- <file>./lib/Service/ServiceNotFoundException.php</file>
- <file>./lib/Service/ServiceValidationException.php</file>
+ <file>./lib/AppInfo/Application.php</file>
+ <file>./lib/Controller/JSONHttpErrorTrait.php</file>
+ <file>./lib/**Exception.php</file>
</exclude>
</whitelist>
</filter>