diff --git a/core/modules/hal/tests/src/Kernel/DenormalizeTest.php b/core/modules/hal/tests/src/Kernel/DenormalizeTest.php index fde694fa690f362bdc8416d4ab76446d2c559946..87eb97329f003a3044e875ac4c528b7183330266 100644 --- a/core/modules/hal/tests/src/Kernel/DenormalizeTest.php +++ b/core/modules/hal/tests/src/Kernel/DenormalizeTest.php @@ -3,7 +3,6 @@ namespace Drupal\Tests\hal\Kernel; use Drupal\Core\Url; -use Drupal\entity_test\Entity\EntitySerializedField; use Drupal\field\Entity\FieldConfig; use Symfony\Component\Serializer\Exception\UnexpectedValueException; diff --git a/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php b/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php index 487cbc12583be6082298daedc956789f33db3570..ef5362a0edd80473ec2fb06775314dd727035375 100644 --- a/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php +++ b/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php @@ -4,7 +4,6 @@ use Drupal\Component\Serialization\Json; use Drupal\Component\Render\FormattableMarkup; -use Drupal\entity_test\Entity\EntitySerializedField; use Drupal\entity_test\Entity\EntityTestMulRev; use Drupal\filter\Entity\FilterFormat; use Drupal\Tests\rest\Functional\BcTimestampNormalizerUnixTestTrait;