From 01de84e7b13dd0e48b44e7106a507460856e9c25 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 5 Oct 2014 17:27:04 +0200 Subject: [PATCH] Issue #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Editor. --- core/modules/editor/src/Tests/EditorManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/editor/src/Tests/EditorManagerTest.php b/core/modules/editor/src/Tests/EditorManagerTest.php index b251f48812d4..410ed2962eab 100644 --- a/core/modules/editor/src/Tests/EditorManagerTest.php +++ b/core/modules/editor/src/Tests/EditorManagerTest.php @@ -7,7 +7,7 @@ namespace Drupal\editor\Tests; -use Drupal\simpletest\DrupalUnitTestBase; +use Drupal\simpletest\KernelTestBase; use Drupal\editor\Plugin\EditorManager; /** @@ -15,7 +15,7 @@ use Drupal\editor\Plugin\EditorManager; * * @group editor */ -class EditorManagerTest extends DrupalUnitTestBase { +class EditorManagerTest extends KernelTestBase { /** * Modules to enable.