Fix UpdatesController test

This commit is contained in:
Ben Thomson 2020-09-11 15:34:24 +08:00
parent e7b1862c44
commit ce361cae67
No known key found for this signature in database
GPG Key ID: 8BDB18DD0909BE22
1 changed files with 6 additions and 0 deletions

View File

@ -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',