Issue #2080065 by Pete B: Remove Unused local variable $node from /core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php.

8.0.x
Alex Pott 2013-09-29 13:51:38 +02:00
parent dd5b41b1a6
commit cddf217183
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class FilterUidRevisionTest extends NodeTestBase {
// Create one node on which the author has neither authorship of revisions
// or the main node.
$node = $this->drupalCreateNode(array('uid' => $no_author->id()));
$this->drupalCreateNode(array('uid' => $no_author->id()));
$view = views_get_view('test_filter_node_uid_revision');
$view->initHandlers();