Skip to content
Snippets Groups Projects
Commit 8f337a52 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2061397 by stevepurkiss, drupalninja99, giammi, baisong, manu4543:...

Issue #2061397 by stevepurkiss, drupalninja99, giammi, baisong, manu4543: Remove unused local variables from the Views UI module.
parent 1fd56471
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -47,7 +47,6 @@ public function testReorderDisplay() { ...@@ -47,7 +47,6 @@ public function testReorderDisplay() {
'block[create]' => TRUE 'block[create]' => TRUE
); );
$view = $this->randomView($view); $view = $this->randomView($view);
$path_prefix = 'admin/structure/views/view/' . $view['id'] .'/edit';
$this->clickLink(t('Reorder displays')); $this->clickLink(t('Reorder displays'));
$this->assertTrue($this->xpath('//tr[@id="display-row-default"]'), 'Make sure the default display appears on the reorder listing'); $this->assertTrue($this->xpath('//tr[@id="display-row-default"]'), 'Make sure the default display appears on the reorder listing');
......
...@@ -52,7 +52,6 @@ public function testViewsUiTourTips() { ...@@ -52,7 +52,6 @@ public function testViewsUiTourTips() {
$view['id'] = strtolower($this->randomName(16)); $view['id'] = strtolower($this->randomName(16));
$view['page[create]'] = 1; $view['page[create]'] = 1;
$view['page[path]'] = $this->randomName(16); $view['page[path]'] = $this->randomName(16);
$view_path = $view['page[path]'];
$this->drupalPostForm('admin/structure/views/add', $view, t('Save and edit')); $this->drupalPostForm('admin/structure/views/add', $view, t('Save and edit'));
$this->assertTourTips(); $this->assertTourTips();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment