From bf76bf15032f9b46ea3e2759dba34686b2709d40 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Tue, 19 Apr 2022 15:52:17 +0100 Subject: [PATCH] Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala, andypost: Remove Color module from the Standard profile --- .../tests/src/Functional/d7/MultilingualReviewPageTest.php | 4 ++-- .../tests/src/Functional/d7/NoMultilingualReviewPageTest.php | 4 ++-- .../tests/src/Functional/d7/Upgrade7Test.php | 4 ++-- .../tests/src/Functional/PageCacheTagsIntegrationTest.php | 2 -- .../modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php | 2 +- core/profiles/standard/standard.info.yml | 1 - 6 files changed, 7 insertions(+), 10 deletions(-) diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php index 6c60af24077f..784618baec39 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php @@ -64,8 +64,6 @@ protected function getAvailablePaths() { 'Bulk Export', 'Chaos tools', 'Chaos Tools (CTools) AJAX Example', - // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 - 'Color', 'Comment', 'Contact', 'Content translation', @@ -156,6 +154,8 @@ protected function getMissingPaths() { // Block is set not_finished in migrate_state_not_finished_test. 'Block', 'Breakpoints', + // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 + 'Color', 'Contact translation', 'Entity Translation Menu', 'Entity Translation Upgrade', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php index bd8dda6759f4..6b587a4443c5 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php @@ -60,8 +60,6 @@ protected function getAvailablePaths() { 'Bulk Export', 'Chaos Tools (CTools) AJAX Example', 'Chaos tools', - // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 - 'Color', 'Comment', 'Contact', 'Custom content panes', @@ -159,6 +157,8 @@ protected function getMissingPaths() { return [ 'Aggregator', 'Breakpoints', + // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 + 'Color', 'Contact translation', 'Entity Translation Menu', 'Entity Translation Upgrade', diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php index 079e80e4ddc6..b8690c2d767e 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php +++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php @@ -140,8 +140,6 @@ protected function getAvailablePaths() { 'Block', 'Book', 'Chaos tools', - // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 - 'Color', 'Comment', 'Contact', 'Content translation', @@ -206,6 +204,8 @@ protected function getAvailablePaths() { protected function getMissingPaths() { return [ 'Aggregator', + // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899 + 'Color', // @todo Remove RDF in https://www.drupal.org/node/3267515 'RDF', 'References', diff --git a/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php b/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php index 65539ecb6dcf..73a2d2875f12 100644 --- a/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php +++ b/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php @@ -110,7 +110,6 @@ public function testPageCacheTags() { 'user:' . $author_1->id(), 'config:filter.format.basic_html', 'config:node_type_list', - 'config:color.theme.bartik', 'config:system.menu.account', 'config:system.menu.tools', 'config:system.menu.footer', @@ -149,7 +148,6 @@ public function testPageCacheTags() { 'node_view', 'node:' . $node_2->id(), 'user:' . $author_2->id(), - 'config:color.theme.bartik', 'config:filter.format.full_html', 'config:node_type_list', 'config:system.menu.account', diff --git a/core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php b/core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php index 10f30c411c52..74d9aa49c44f 100644 --- a/core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php +++ b/core/modules/rdf/tests/src/Functional/Migrate/Upgrade7Test.php @@ -100,7 +100,6 @@ protected function getAvailablePaths() { return [ 'Block', 'Blog', - 'Color', 'Comment', 'Contextual links', 'Dashboard', @@ -135,6 +134,7 @@ protected function getAvailablePaths() { */ protected function getMissingPaths() { return [ + 'Color', 'Forum', ]; } diff --git a/core/profiles/standard/standard.info.yml b/core/profiles/standard/standard.info.yml index 5a0694401f42..5a08a690821f 100644 --- a/core/profiles/standard/standard.info.yml +++ b/core/profiles/standard/standard.info.yml @@ -8,7 +8,6 @@ install: - block - breakpoint - ckeditor - - color - config - comment - contextual -- GitLab