From 8deba7290c2138bbaede3684fb0ad185c7a4f583 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Sun, 21 Aug 2022 09:52:38 +0900
Subject: [PATCH] =?UTF-8?q?Issue=20#3084814=20by=20JeroenT,=20catch,=20lau?=
 =?UTF-8?q?riii,=20dww,=20G=C3=A1bor=20Hojtsy,=20xjm,=20quietone:=20Deprec?=
 =?UTF-8?q?ate=20Seven=20theme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(cherry picked from commit 81593d83cc8f70cebef4222bced7af303b8b58bc)
---
 core/themes/seven/seven.info.yml                                | 2 ++
 .../seven/tests/src/Functional/SevenLayoutBuilderTest.php       | 1 +
 2 files changed, 3 insertions(+)

diff --git a/core/themes/seven/seven.info.yml b/core/themes/seven/seven.info.yml
index 82828e9f93a8..3da95f17feb8 100644
--- a/core/themes/seven/seven.info.yml
+++ b/core/themes/seven/seven.info.yml
@@ -13,6 +13,8 @@
 # changes.
 name: Seven
 type: theme
+lifecycle: deprecated
+lifecycle_link: https://www.drupal.org/node/3223395#s-seven
 base theme: false
 description: 'The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.'
 alt text: 'Default administration theme for Drupal 8 with simple blocks and clean lines.'
diff --git a/core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php b/core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php
index e39bfaa3b3c8..ec58fae506da 100644
--- a/core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php
+++ b/core/themes/seven/tests/src/Functional/SevenLayoutBuilderTest.php
@@ -8,6 +8,7 @@
  * Tests the Seven theme.
  *
  * @group seven
+ * @group legacy
  */
 class SevenLayoutBuilderTest extends BrowserTestBase {
 
-- 
GitLab