Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
database update system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2021 at 05:30 UTC
Updated:
12 May 2021 at 16:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quietone commentedComment #3
longwaveConverting this to a unit test required mocking a number of services, it seems easier to make this a kernel test and then we can allow modules to be installed.
Comment #4
spokje- New test is green.
- New test basically tests for the same thing, but without the overhead of a
BrowserTestBase- All things done in the original test besides the 2 assertions on return messages from Update Manager weren't asserted, and are all covered in the remaining
BrowserTestBasetests for Update Manager.- Makes sense.
RTBC for me.
Comment #7
catchNice find!
Committed/pushed to 9.2.x and cherry-picked to 9.1.x, thanks!
Comment #8
joachim commented