From 7a2b3ccfa8835c461ffca89ead1ecf76ea90ba1e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 25 Mar 2021 22:57:28 +0100 Subject: chore: Improve test coverage Signed-off-by: Sean Molenaar --- lib/Command/Debug/FeedItemList.php | 2 +- lib/Command/Debug/ItemList.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Command/Debug/FeedItemList.php b/lib/Command/Debug/FeedItemList.php index 49820993c..ba3e995b3 100644 --- a/lib/Command/Debug/FeedItemList.php +++ b/lib/Command/Debug/FeedItemList.php @@ -63,7 +63,7 @@ class FeedItemList extends Command $feed = $input->getArgument('feed'); if (!is_numeric($feed)) { - $output->writeln('Invalid Type!'); + $output->writeln('Invalid feed ID!'); return 255; } diff --git a/lib/Command/Debug/ItemList.php b/lib/Command/Debug/ItemList.php index 06f8b1c1b..18a2ba56c 100644 --- a/lib/Command/Debug/ItemList.php +++ b/lib/Command/Debug/ItemList.php @@ -63,7 +63,7 @@ class ItemList extends Command $type = $input->getOption('type'); if (!is_numeric($type)) { - $output->writeln('Invalid Type!'); + $output->writeln('Invalid type!'); return 255; } $limit = $input->getOption('limit'); -- cgit v1.2.3