diff --git a/core/modules/views/src/Tests/Wizard/TaggedWithTest.php b/core/modules/views/src/Tests/Wizard/TaggedWithTest.php index b259493dfb73ea3e7a2d91055ef1cefc312d778f..565c21e3a43b4fffedb225a0f81355163728f548 100644 --- a/core/modules/views/src/Tests/Wizard/TaggedWithTest.php +++ b/core/modules/views/src/Tests/Wizard/TaggedWithTest.php @@ -42,14 +42,14 @@ class TaggedWithTest extends WizardTestBase { protected $nodeTypeWithoutTags; /** - * Node type without an autocomplete tagging field. + * The vocabulary used for the test tag field. * * @var \Drupal\taxonomy\VocabularyInterface */ protected $tagVocabulary; /** - * Node type without an autocomplete tagging field. + * Holds the field storage for test tag field. * * @var \Drupal\field\FieldStorageConfigInterface */