diff core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children
line wrap: on
line diff
--- a/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php	Thu Feb 28 13:21:36 2019 +0000
@@ -2,9 +2,9 @@
 
 namespace Drupal\Tests\user\Kernel;
 
-use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
 use Drupal\field\Entity\FieldConfig;
 use Drupal\KernelTests\Core\Entity\EntityKernelTestBase;
+use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
 use Drupal\user\Entity\Role;
 
 /**