Skip to content
Snippets Groups Projects
Unverified Commit 4e50d880 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3157933 by S_Bhandari: Remove Unused variables from Views UI module

parent da8e7f68
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment