From d540d8d6357f558280fbd7ad841bb3cc9617b543 Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Thu, 21 Feb 2019 16:38:28 -0600
Subject: [PATCH] Issue #3034695 by xjm, neclimdul: Fix coding standard errors
 from SA-CORE-2019-003

---
 core/modules/hal/tests/src/Kernel/DenormalizeTest.php            | 1 -
 .../serialization/tests/src/Kernel/EntitySerializationTest.php   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/core/modules/hal/tests/src/Kernel/DenormalizeTest.php b/core/modules/hal/tests/src/Kernel/DenormalizeTest.php
index fde694fa690f..87eb97329f00 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 e9dcf5c50483..c95a9d96e60f 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;
-- 
GitLab