From ce361cae67cad5aeeab92b4b19ab03002f2e69b4 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 11 Sep 2020 15:34:24 +0800 Subject: [PATCH] Fix UpdatesController test --- tests/unit/system/classes/UpdatesControllerTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unit/system/classes/UpdatesControllerTest.php b/tests/unit/system/classes/UpdatesControllerTest.php index 6535f37e3..63420924f 100644 --- a/tests/unit/system/classes/UpdatesControllerTest.php +++ b/tests/unit/system/classes/UpdatesControllerTest.php @@ -14,6 +14,12 @@ class UpdatesControllerTest extends TestCase $controller = $this->getMockBuilder(Updates::class)->disableOriginalConstructor()->getMock(); $expectedVersions = [ + '1.2.0' => [ + '!!! Security update - see: https://octobercms.com', + ], + '1.1.0' => [ + '!!! Drop support for blog settings', + ], '1.0.5' => [ 'Create blog settings table', 'Another update message',