From 72ae03fd4069daf244ed1891b471c4c245e2049e Mon Sep 17 00:00:00 2001
From: Andrii Podanenko <podarokua@gmail.com>
Date: Fri, 21 Oct 2022 12:17:05 +0300
Subject: [PATCH] Issue #3297522 by podarok: Automated Drupal 10 compatibility
 fixes: Switch from stable to stark theme.

---
 .../Definition/DefinitionDiscoveryFactoryTest.php             | 4 ++--
 tests/src/Functional/LibrariesWebTest.php                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/src/Functional/ExternalLibrary/Definition/DefinitionDiscoveryFactoryTest.php b/tests/src/Functional/ExternalLibrary/Definition/DefinitionDiscoveryFactoryTest.php
index b212bac..71ba6f1 100644
--- a/tests/src/Functional/ExternalLibrary/Definition/DefinitionDiscoveryFactoryTest.php
+++ b/tests/src/Functional/ExternalLibrary/Definition/DefinitionDiscoveryFactoryTest.php
@@ -30,11 +30,11 @@ class DefinitionDiscoveryFactoryTest extends BrowserTestBase {
   protected $definitionPath;
 
   /**
-   * Set default theme to stable.
+   * Set default theme to stark.
    *
    * @var string
    */
-  protected $defaultTheme = 'stable';
+  protected $defaultTheme = 'stark';
 
   /**
    * {@inheritdoc}
diff --git a/tests/src/Functional/LibrariesWebTest.php b/tests/src/Functional/LibrariesWebTest.php
index d1c964a..9fdc9f6 100644
--- a/tests/src/Functional/LibrariesWebTest.php
+++ b/tests/src/Functional/LibrariesWebTest.php
@@ -18,11 +18,11 @@ class LibrariesWebTest extends BrowserTestBase {
   protected $profile = 'testing';
 
   /**
-   * Set default theme to stable.
+   * Set default theme to stark.
    *
    * @var string
    */
-  protected $defaultTheme = 'stable';
+  protected $defaultTheme = 'stark';
 
   /**
    * Modules to install.
-- 
GitLab