You are here

public function SearchWithCustomPathTestCase::accessSearch404ConfigPage in Search 404 7

Function to access Search404 configuration page.

1 call to SearchWithCustomPathTestCase::accessSearch404ConfigPage()
SearchWithCustomPathTestCase::testSearch404ConfigPage in ./search404.test
Test Search404 configuration page.

File

./search404.test, line 162
Tests for search404.module.

Class

SearchWithCustomPathTestCase
Test cases for search with custom path.

Code

public function accessSearch404ConfigPage() {

  // First retrieve the page once.
  $this
    ->drupalGet('admin/config/search/search404');
}