diff --git a/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php b/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php index cb16017918a..73962e1b39b 100644 --- a/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php +++ b/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php @@ -33,7 +33,6 @@ class StatusExtraTest extends NodeTestBase { * Tests the status extra filter. */ public function testStatusExtra() { - $column_map = array('nid' => 'nid'); $node_author = $this->drupalCreateUser(array('view own unpublished content')); $node_author_not_unpublished = $this->drupalCreateUser(); $normal_user = $this->drupalCreateUser();