Issue #2079981 by mrsinguyen: Remove Unused local variable from /core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php.

8.0.x
webchick 2013-12-04 00:29:24 -08:00
parent 2779ed62f8
commit 5538c4ce51
1 changed files with 0 additions and 1 deletions

View File

@ -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();