From 5fea40e6c81151e98a53b70e731ad06ec6596278 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Tue, 16 Feb 2016 22:03:01 +0900 Subject: [PATCH] Issue #2666702 by heilop: Fix comments in the attributes of the TaggedWithTest class --- core/modules/views/src/Tests/Wizard/TaggedWithTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/views/src/Tests/Wizard/TaggedWithTest.php b/core/modules/views/src/Tests/Wizard/TaggedWithTest.php index b259493dfb73..565c21e3a43b 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 */ -- GitLab