X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FTaxonomyIndexTidUiTest.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FTaxonomyIndexTidUiTest.php;h=8b1b822e3e32140cf7b8d9adf7a60a29b0f1a20e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=4de73705d991e2bb13133f7c3d0b94e04c8d818d;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php b/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php index 4de73705d..8b1b822e3 100644 --- a/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php +++ b/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php @@ -2,7 +2,7 @@ namespace Drupal\Tests\taxonomy\Functional\Views; -use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; +use Drupal\Tests\field\Traits\EntityReferenceTestTrait; use Drupal\taxonomy\Entity\Term; use Drupal\taxonomy\Entity\Vocabulary; use Drupal\Tests\views_ui\Functional\UITestBase; @@ -199,7 +199,7 @@ class TaxonomyIndexTidUiTest extends UITestBase { // Select 'Term' and 'Vocabulary' as filters. $edit = [ 'name[taxonomy_term_field_data.tid]' => TRUE, - 'name[taxonomy_term_field_data.vid]' => TRUE + 'name[taxonomy_term_field_data.vid]' => TRUE, ]; $this->drupalPostForm('admin/structure/views/nojs/add-handler/test_taxonomy_term_name/default/filter', $edit, 'Add and configure filter criteria'); // Select 'Empty Vocabulary' and 'Autocomplete' from the list of options.