Skip to content
Snippets Groups Projects
Commit 72ae03fd authored by Andrii Podanenko's avatar Andrii Podanenko
Browse files

Issue #3297522 by podarok: Automated Drupal 10 compatibility fixes: Switch...

Issue #3297522 by podarok: Automated Drupal 10 compatibility fixes: Switch from stable to stark theme.
parent 94c7904d
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,11 @@ class DefinitionDiscoveryFactoryTest extends BrowserTestBase { ...@@ -30,11 +30,11 @@ class DefinitionDiscoveryFactoryTest extends BrowserTestBase {
protected $definitionPath; protected $definitionPath;
/** /**
* Set default theme to stable. * Set default theme to stark.
* *
* @var string * @var string
*/ */
protected $defaultTheme = 'stable'; protected $defaultTheme = 'stark';
/** /**
* {@inheritdoc} * {@inheritdoc}
......
...@@ -18,11 +18,11 @@ class LibrariesWebTest extends BrowserTestBase { ...@@ -18,11 +18,11 @@ class LibrariesWebTest extends BrowserTestBase {
protected $profile = 'testing'; protected $profile = 'testing';
/** /**
* Set default theme to stable. * Set default theme to stark.
* *
* @var string * @var string
*/ */
protected $defaultTheme = 'stable'; protected $defaultTheme = 'stark';
/** /**
* Modules to install. * Modules to install.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment