From 19842c8b24eaaafba361be753fee4c133f172224 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 27 Jan 2018 14:01:38 +0100 Subject: [PATCH] Issue #2939835 by David_Rothstein, markconroy: Documentation for testAppearance() says that it tests that Umami is the default theme, but it doesn't --- .../demo_umami/tests/src/Functional/DemoUmamiProfileTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php b/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php index 34aeb634bc6..3e8d697cb52 100644 --- a/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php +++ b/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php @@ -111,7 +111,7 @@ class DemoUmamiProfileTest extends BrowserTestBase { } /** - * Tests that the Umami theme is the default theme on the Appearance page. + * Tests that the Umami theme is available on the Appearance page. */ public function testAppearance() { $account = $this->drupalCreateUser(['administer themes']);