You are here

public static function SearchWithCustomPathTestCase::getInfo in Search 404 7

Implement getInfo().

File

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

Class

SearchWithCustomPathTestCase
Test cases for search with custom path.

Code

public static function getInfo() {
  return array(
    'name' => 'Search with custom path.',
    'description' => 'Do a "Search" with custom path instead of a Drupal Search when a 404 occurs.',
    'group' => 'Search404',
  );
}