From 6c8526b0a907abf84426d7bf9a51b94d433755f9 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 8 Nov 2018 14:37:10 +0000
Subject: [PATCH] Issue #2982183 by phenaproxima, neclimdul: Follow-up Conflict
 between TypedDataManager and TypedConfigManager in ConfigEntityAdapter

---
 .../Core/Plugin}/EntityContextTypedDataTest.php                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename core/tests/Drupal/{Tests/Core/Plugin/Context => KernelTests/Core/Plugin}/EntityContextTypedDataTest.php (94%)

diff --git a/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextTypedDataTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
similarity index 94%
rename from core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextTypedDataTest.php
rename to core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
index 0595557a5baf..c26a3f8a9afc 100644
--- a/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextTypedDataTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\Tests\Core\Plugin\Context;
+namespace Drupal\KernelTests\Core\Plugin;
 
 use Drupal\Core\Entity\Entity\EntityViewDisplay;
 use Drupal\Core\Plugin\Context\EntityContext;
-- 
GitLab