diff --git a/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php b/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php index f95578d..9d8b391 100644 --- a/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php @@ -260,7 +260,7 @@ public function testViewsFetchPluginNames() { */ public function testViewsPluginList() { $plugin_list = views_plugin_list(); - // Only data from 'test_view' should be contained in the plugin list. + // Only plugins used by 'test_view' should be in the plugin list. foreach (array('display:default', 'pager:none') as $key) { list($plugin_type, $plugin_id) = explode(':', $key); $plugin_def = $this->container->get("plugin.manager.views.$plugin_type")->getDefinition($plugin_id);