Skip to content
Snippets Groups Projects
Commit 01de84e7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase...

Issue #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Editor.
parent 5ef65846
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@
*
* @group editor
*/
class EditorManagerTest extends DrupalUnitTestBase {
class EditorManagerTest extends KernelTestBase {
/**
* Modules to enable.
......
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