Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\Tests\user\Kernel; | 3 namespace Drupal\Tests\user\Kernel; |
4 | 4 |
5 use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; | |
6 use Drupal\field\Entity\FieldConfig; | 5 use Drupal\field\Entity\FieldConfig; |
7 use Drupal\KernelTests\Core\Entity\EntityKernelTestBase; | 6 use Drupal\KernelTests\Core\Entity\EntityKernelTestBase; |
7 use Drupal\Tests\field\Traits\EntityReferenceTestTrait; | |
8 use Drupal\user\Entity\Role; | 8 use Drupal\user\Entity\Role; |
9 | 9 |
10 /** | 10 /** |
11 * Tests the user reference field functionality. | 11 * Tests the user reference field functionality. |
12 * | 12 * |