Part of meta-issue #2002650: [meta, no patch] improve maintainability by removing unused local variables

File /core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php

Line 37: Unused local variable $view

CommentFileSizeAuthor
#1 drupal-2062755-1.patch624 bytessergeypavlenko
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sergeypavlenko’s picture

Assigned: sergeypavlenko » Unassigned
Status: Active » Needs review
FileSize
624 bytes
rhm5000’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies cleanly and removes unused local variable $view from core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php.

webchick’s picture

Component: other » views_ui.module
Status: Reviewed & tested by the community » Fixed

Nice. That will probably actually make that test faster not to have to load all that info.

Committed and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.