From 95008e360974d1faf428bb6702a407b8c6984fad Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 26 Aug 2015 07:30:52 -0700 Subject: [PATCH] Issue #2555973 follow-up: Fix incorrect comment --- core/modules/editor/src/Tests/EditorAdminTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/editor/src/Tests/EditorAdminTest.php b/core/modules/editor/src/Tests/EditorAdminTest.php index ae351a2b999..bc2591218ba 100644 --- a/core/modules/editor/src/Tests/EditorAdminTest.php +++ b/core/modules/editor/src/Tests/EditorAdminTest.php @@ -105,7 +105,7 @@ class EditorAdminTest extends WebTestBase { } /** - * Tests format deletion. + * Tests format disabling. */ public function testDisableFormatWithEditor() { $formats = ['monocerus' => 'Monocerus', 'tattoo' => 'Tattoo'];