diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php index 06bde4eb4e..4955acbd24 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php @@ -104,10 +104,6 @@ protected function getAvailablePaths() { return [ 'aggregator', 'block', - // To test that contrib modules can alter this list, Book is added here - // by a hook_form_alter(). - // @see upgrade_form_alter_test_form_migrate_drupal_ui_form_alter(). - 'book', 'comment', 'contact', 'date', @@ -115,6 +111,7 @@ protected function getAvailablePaths() { 'email', 'entityreference', 'field', + 'field_sql_storage', 'file', 'filter', 'forum', @@ -148,6 +145,7 @@ protected function getAvailablePaths() { 'php', 'simpletest', 'toolbar', + 'translation', 'trigger', // To test that contrib modules can alter this list, Book is added here // by a hook_form_alter().