comparison core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.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
4 4
5 use Drupal\Component\Serialization\Json; 5 use Drupal\Component\Serialization\Json;
6 use Drupal\Core\EventSubscriber\MainContentViewSubscriber; 6 use Drupal\Core\EventSubscriber\MainContentViewSubscriber;
7 use Drupal\Core\Field\FieldStorageDefinitionInterface; 7 use Drupal\Core\Field\FieldStorageDefinitionInterface;
8 use Drupal\Core\Language\LanguageInterface; 8 use Drupal\Core\Language\LanguageInterface;
9 use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
10 use Drupal\simpletest\WebTestBase; 9 use Drupal\simpletest\WebTestBase;
11 use Drupal\taxonomy\Entity\Vocabulary; 10 use Drupal\taxonomy\Entity\Vocabulary;
12 use Drupal\taxonomy\Entity\Term; 11 use Drupal\taxonomy\Entity\Term;
12 use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
13 13
14 /** 14 /**
15 * Tests in-place editing of autocomplete tags. 15 * Tests in-place editing of autocomplete tags.
16 * 16 *
17 * @group quickedit 17 * @group quickedit