Mercurial > hg > isophonics-drupal-site
comparison core/modules/link/tests/src/Functional/LinkFieldUITest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
4 | 4 |
5 use Drupal\Component\Utility\Html; | 5 use Drupal\Component\Utility\Html; |
6 use Drupal\Core\Entity\Entity\EntityFormDisplay; | 6 use Drupal\Core\Entity\Entity\EntityFormDisplay; |
7 use Drupal\field\Entity\FieldConfig; | 7 use Drupal\field\Entity\FieldConfig; |
8 use Drupal\field\Entity\FieldStorageConfig; | 8 use Drupal\field\Entity\FieldStorageConfig; |
9 use Drupal\field_ui\Tests\FieldUiTestTrait; | |
10 use Drupal\link\LinkItemInterface; | 9 use Drupal\link\LinkItemInterface; |
11 use Drupal\Tests\BrowserTestBase; | 10 use Drupal\Tests\BrowserTestBase; |
11 use Drupal\Tests\field_ui\Traits\FieldUiTestTrait; | |
12 | 12 |
13 /** | 13 /** |
14 * Tests link field UI functionality. | 14 * Tests link field UI functionality. |
15 * | 15 * |
16 * @group link | 16 * @group link |