Skip to content

Commit

Permalink
Issue #3157933 by S_Bhandari: Remove Unused variables from Views UI m…
Browse files Browse the repository at this point in the history
…odule

(cherry picked from commit 4e50d880e9dd49bce698d64152d54186a45cc8d7)
  • Loading branch information
alexpott committed Jul 14, 2020
1 parent 94cd3fc commit 78579ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function testRevertAllDisplays() {
// Revert the title of the block to the default ones, but submit some new
// values to be sure that the new value is not stored.
$edit = [];
$edit['title'] = $new_block_title = $this->randomMachineName();
$edit['title'] = $this->randomMachineName();
$edit['override[dropdown]'] = 'default_revert';

$this->drupalPostForm("admin/structure/views/nojs/display/{$view['id']}/block_1/title", $edit, t('Apply'));
Expand Down

0 comments on commit 78579ed

Please sign in to comment.