Issue #2350571 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Field.

8.0.x
webchick 2014-10-09 11:30:03 -07:00
parent 5c60849194
commit 2f6dff6f87
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ namespace Drupal\field\Tests;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Language\LanguageInterface;
use Drupal\simpletest\DrupalUnitTestBase;
use Drupal\simpletest\KernelTestBase;
/**
* Parent class for Field API unit tests.
*/
abstract class FieldUnitTestBase extends DrupalUnitTestBase {
abstract class FieldUnitTestBase extends KernelTestBase {
/**
* Modules to enable.