Mercurial > hg > isophonics-drupal-site
comparison core/modules/options/tests/src/Functional/OptionsFieldUITest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
2 | 2 |
3 namespace Drupal\Tests\options\Functional; | 3 namespace Drupal\Tests\options\Functional; |
4 | 4 |
5 use Drupal\field\Entity\FieldConfig; | 5 use Drupal\field\Entity\FieldConfig; |
6 use Drupal\field\Entity\FieldStorageConfig; | 6 use Drupal\field\Entity\FieldStorageConfig; |
7 use Drupal\field\Tests\FieldTestBase; | 7 use Drupal\Tests\field\Functional\FieldTestBase; |
8 | 8 |
9 /** | 9 /** |
10 * Tests the Options field UI functionality. | 10 * Tests the Options field UI functionality. |
11 * | 11 * |
12 * @group options | 12 * @group options |