Problem/Motivation
#2476947-183: Convert "title" page element into a block:
+++ b/core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
@@ -0,0 +1,71 @@
+ /** @var \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler */
+ $theme_handler = \Drupal::service('theme_handler');
+ $theme_handler->refreshInfo();
Uh, we need a line explaining why we need this ... this is potential dangerous, given that it could hide issues on the update path. I know why, because Extension objects has the root stored, but I thought we fixed that already? We maybe need to apply the same fix to the ActiveTheme object
#2476947-207: Convert "title" page element into a block:
[…] fact is that doing anything before runUpdates() is problematic. […]
Proposed resolution
Fix this in LocalActionsAndTasksConvertedIntoBlocksUpdateTest and SiteBrandingConvertedIntoBlockUpdateTest; and also in
PageTitleConvertedIntoBlockUpdateTest if that lands in the mean time.
Remaining tasks
TBD
User interface changes
None.
API changes
None.
Data model changes
None.
Comments
Comment #10
quietone commented@Wim Leers, thanks for pointing this out.
These updates tests were removed in 9.0.0-alpha1, #3087644: Remove Drupal 8 updates up to and including 88**. Drupal 8 is maintenance and security updates only so I think this is now outdated.
Therefore, closing as outdated. If this is incorrect reopen the issue, by setting the status to 'Active', and add a comment explaining what still needs to be done.
Thanks!