From 17e85dd5079b7ee0b1f18a450b66ec5df3cf5eb3 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 18 Mar 2018 15:01:08 +0100 Subject: Unit: Fix unittests (#278) * Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace --- phpunit.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index 82c96d6c2..768e083b5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,4 +4,24 @@ ./tests/Unit + + + ./lib/ + + ./lib/Config/DependencyException.php + ./lib/Explore/feeds/RecommendedSiteNotFoundException.php + ./lib/Explore/feeds/RecommendedSiteNotFoundException.php + ./lib/Fetcher/FetcherException.php + ./lib/Service/ServiceConflictException.php + ./lib/Service/ServiceException.php + ./lib/Service/ServiceNotFoundException.php + ./lib/Service/ServiceValidationException.php + + + + + + + + -- cgit v1.2.3