From 2f6dff6f873a575afe6e83afaf5587c5439a794a Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 9 Oct 2014 11:30:03 -0700 Subject: [PATCH] Issue #2350571 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Field. --- core/modules/field/src/Tests/FieldUnitTestBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/field/src/Tests/FieldUnitTestBase.php b/core/modules/field/src/Tests/FieldUnitTestBase.php index 6fc45b1d47e..e89147b8949 100644 --- a/core/modules/field/src/Tests/FieldUnitTestBase.php +++ b/core/modules/field/src/Tests/FieldUnitTestBase.php @@ -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.