From b4fa772bc5f23f84fc292f5d6bf884543d2bfe51 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 2 Jan 2021 17:57:17 +0100 Subject: Remove V1 item API Signed-off-by: Sean Molenaar --- phpunit.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index 6a2f2d01b..8d21b4051 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,6 +6,7 @@ ./tests/Unit + ./lib/ @@ -13,7 +14,10 @@ ./lib/AppInfo/Application.php ./lib/Controller/JSONHttpErrorTrait.php - ./lib/**Exception.php + ./lib/*/Exceptions + ./lib/Migration + ./lib/Db/FeedType.php + ./lib/Db/IAPI.php -- cgit v1.2.3