Issue #2080065 by Pete B: Remove Unused local variable $node from /core/modules/node/lib/Drupal/node/Tests/Views/FilterUidRevisionTest.php.
parent
dd5b41b1a6
commit
cddf217183
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue