diff --git a/core/modules/color/color.info.yml b/core/modules/color/color.info.yml index 6096b6df03d2..80f65f8aee19 100644 --- a/core/modules/color/color.info.yml +++ b/core/modules/color/color.info.yml @@ -1,5 +1,7 @@ name: Color type: module description: 'Allows users to change the color scheme of compatible themes.' +lifecycle: deprecated +lifecycle_link: https://www.drupal.org/node/3223395#s-color package: Core version: VERSION diff --git a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php index 58080c73ca9a..669e01c2fb98 100644 --- a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php +++ b/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php @@ -8,6 +8,7 @@ use Drupal\Tests\BrowserTestBase; * Ensures the color config schema is correct. * * @group color + * @group legacy */ class ColorConfigSchemaTest extends BrowserTestBase { diff --git a/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php b/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php index 943cafcdf78b..ad249bbc7970 100644 --- a/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php +++ b/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php @@ -9,6 +9,7 @@ use Drupal\Tests\BrowserTestBase; * Tests sanitizing color preview loaded from theme. * * @group color + * @group legacy */ class ColorSafePreviewTest extends BrowserTestBase { diff --git a/core/modules/color/tests/src/Functional/ColorTest.php b/core/modules/color/tests/src/Functional/ColorTest.php index 7925f5600d83..b25cae61e32e 100644 --- a/core/modules/color/tests/src/Functional/ColorTest.php +++ b/core/modules/color/tests/src/Functional/ColorTest.php @@ -9,6 +9,7 @@ use Drupal\Tests\BrowserTestBase; * frontend. * * @group color + * @group legacy */ class ColorTest extends BrowserTestBase { diff --git a/core/modules/color/tests/src/Functional/Migrate/NoMultilingualReviewPageTest.php b/core/modules/color/tests/src/Functional/Migrate/NoMultilingualReviewPageTest.php index 0aa01fc41cfc..cb3a85de7d58 100644 --- a/core/modules/color/tests/src/Functional/Migrate/NoMultilingualReviewPageTest.php +++ b/core/modules/color/tests/src/Functional/Migrate/NoMultilingualReviewPageTest.php @@ -10,6 +10,7 @@ use Drupal\Tests\migrate_drupal_ui\Functional\NoMultilingualReviewPageTestBase; * The test method is provided by the MigrateUpgradeTestBase class. * * @group color + * @group legacy */ class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase { diff --git a/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php b/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php index d33f2ab4340e..157e479658d8 100644 --- a/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php +++ b/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php @@ -8,6 +8,7 @@ use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase; * Tests migration of Color variables to configuration. * * @group color + * @group legacy */ class MigrateColorTest extends MigrateDrupal7TestBase { diff --git a/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php b/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php index c442a09437a6..80bbcc577c46 100644 --- a/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php +++ b/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php @@ -10,6 +10,7 @@ use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase; * @covers \Drupal\color\Plugin\migrate\source\d7\Color * * @group color + * @group legacy */ class ColorTest extends MigrateSqlSourceTestBase { diff --git a/core/profiles/demo_umami/demo_umami.info.yml b/core/profiles/demo_umami/demo_umami.info.yml index 9e1ef7b1f89f..471e21d8e9be 100644 --- a/core/profiles/demo_umami/demo_umami.info.yml +++ b/core/profiles/demo_umami/demo_umami.info.yml @@ -9,7 +9,6 @@ install: - block - breakpoint - ckeditor - - color - config - contextual - contact