Issue #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Editor.
parent
5ef6584608
commit
01de84e7b1
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace Drupal\editor\Tests;
|
namespace Drupal\editor\Tests;
|
||||||
|
|
||||||
use Drupal\simpletest\DrupalUnitTestBase;
|
use Drupal\simpletest\KernelTestBase;
|
||||||
use Drupal\editor\Plugin\EditorManager;
|
use Drupal\editor\Plugin\EditorManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -15,7 +15,7 @@ use Drupal\editor\Plugin\EditorManager;
|
||||||
*
|
*
|
||||||
* @group editor
|
* @group editor
|
||||||
*/
|
*/
|
||||||
class EditorManagerTest extends DrupalUnitTestBase {
|
class EditorManagerTest extends KernelTestBase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modules to enable.
|
* Modules to enable.
|
||||||
|
|
Loading…
Reference in New Issue