You are here

public static function Search301RedirectFor302TestCase::getInfo in Search 404 7

Implement getInfo().

File

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

Class

Search301RedirectFor302TestCase
Test cases - 301 redirect for 302.

Code

public static function getInfo() {
  return array(
    'name' => 'Use a 301 Redirect instead of 302 Redirect.',
    'description' => 'This applies when the option to jump to first result is enabled and also for search404 results pages other than for Core, Apache Solr, Lucene and Xapian.',
    'group' => 'Search404',
  );
}