Issue #2350315 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Editor.

8.0.x
Alex Pott 2014-10-05 17:27:04 +02:00
parent 5ef6584608
commit 01de84e7b1
1 changed files with 2 additions and 2 deletions

View File

@ -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.