diff -u b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php --- b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php +++ b/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php @@ -56,6 +56,7 @@ ]; $this->drupalPostForm('admin/structure/taxonomy/manage/' . $vocabulary->id() . '/add', $edit, t('Save')); $tids = \Drupal::entityQuery('taxonomy_term') + ->accessCheck(FALSE) ->condition('name', $edit['name[0][value]']) ->condition('default_langcode', 1) ->execute();