From b1a6f66fd9676e9d7c9ceed5a10d07806790ae02 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 13 Feb 2020 22:03:44 +0100 Subject: when we receive intentional empty whats new info, do not try to show it Signed-off-by: Arthur Schiwon --- tests/lib/Updater/ChangesCheckTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib/Updater/ChangesCheckTest.php b/tests/lib/Updater/ChangesCheckTest.php index a979007573d..30cb9df2956 100644 --- a/tests/lib/Updater/ChangesCheckTest.php +++ b/tests/lib/Updater/ChangesCheckTest.php @@ -279,6 +279,10 @@ class ChangesCheckTest extends TestCase { ], ] ], + [ # 4 - empty + '', + [] + ], ]; } -- cgit v1.2.3