Commit a33344f9 authored by catch's avatar catch
Browse files

Issue #3173595 by shetpooja04, meena.bisht, Pooja Ganjage, quietone, longwave:...

Issue #3173595 by shetpooja04, meena.bisht, Pooja Ganjage, quietone, longwave: Remove only Unused variable $email in SearchBlockTest.php, search module
parent cb96a97b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ public function testSearchFormBlock() {
        'settings[page_id]' => 'user_search',
      ], 'Save block');
    $name = $this->adminUser->getAccountName();
    $email = $this->adminUser->getEmail();
    $this->drupalPostForm('node', ['keys' => $name], t('Search'));
    $this->assertSession()->linkExists($name);
  }