From b88e79ea2856bc54dbcc3f14e5bc7a10c3ea9efe Mon Sep 17 00:00:00 2001 From: Adam Shepherd <665-AdamPS@users.noreply.drupalcode.org> Date: Fri, 17 Feb 2023 14:05:45 +0000 Subject: [PATCH] Issue #3288431 by AdamPS: Drupal 10 compatibility fixes: fix tests --- tests/src/Functional/NodeTeaserAndPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/NodeTeaserAndPage.php b/tests/src/Functional/NodeTeaserAndPage.php index 0930d7c..dd4384c 100644 --- a/tests/src/Functional/NodeTeaserAndPage.php +++ b/tests/src/Functional/NodeTeaserAndPage.php @@ -26,7 +26,7 @@ class NodeTeaserAndPage extends BrowserTestBase { /** * {@inheritdoc} */ - protected $defaultTheme = 'classy'; + protected $defaultTheme = 'starterkit_theme'; /** * {@inheritdoc} -- GitLab