From 0f76f79c3d46e57144d0fd7bf7d13839c09373db Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Wed, 30 Mar 2016 11:07:32 +0900
Subject: [PATCH] Issue #2680931 by alexpott: Test failures in NormalizeTest

---
 .../src/Kernel/{EntityTest.php => EntityNormalizeTest.php}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename core/modules/hal/tests/src/Kernel/{EntityTest.php => EntityNormalizeTest.php} (98%)

diff --git a/core/modules/hal/tests/src/Kernel/EntityTest.php b/core/modules/hal/tests/src/Kernel/EntityNormalizeTest.php
similarity index 98%
rename from core/modules/hal/tests/src/Kernel/EntityTest.php
rename to core/modules/hal/tests/src/Kernel/EntityNormalizeTest.php
index 330b71ef5b0f..aeeb3c75ab7a 100644
--- a/core/modules/hal/tests/src/Kernel/EntityTest.php
+++ b/core/modules/hal/tests/src/Kernel/EntityNormalizeTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\hal\Kernel\EntityTest.
+ * Contains \Drupal\Tests\hal\Kernel\EntityNormalizeTest.
  */
 
 namespace Drupal\Tests\hal\Kernel;
@@ -21,7 +21,7 @@
  *
  * @group hal
  */
-class EntityTest extends NormalizerTestBase {
+class EntityNormalizeTest extends NormalizerTestBase {
 
   use CommentTestTrait;
 
-- 
GitLab