Verified Commit 2aa15117 authored by godotislate's avatar godotislate
Browse files

task: #3576670 Deprecate Claro theme

By: quietone
By: smustgrave
parent 3d214398
Loading
Loading
Loading
Loading
Loading
+3 −0
Changes for core/themes/claro/claro.info.yml: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ description: A clean, accessible, and powerful Drupal administration theme.
alt text: Screenshot of Claro, Drupal administration theme.
package: Core
version: VERSION
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/node/3223395#s-claro

libraries:
  - core/drupal.message
  - core/normalize
+2 −0
Changes for core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -6,12 +6,14 @@

use Drupal\Tests\BrowserTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests the MenuLinkDefaultForm customizations.
 */
#[Group('claro')]
#[IgnoreDeprecations]
#[RunTestsInSeparateProcesses]
class MenuLinkDefaultFormTest extends BrowserTestBase {

+2 −0
Changes for core/themes/claro/tests/src/Functional/NodeTitleTest.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -6,12 +6,14 @@

use Drupal\Tests\system\Functional\Theme\NodeTitleTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests node title for claro.
 */
#[Group('node')]
#[IgnoreDeprecations]
#[RunTestsInSeparateProcesses]
class NodeTitleTest extends NodeTitleTestBase {