public static function SingleResultTestCase::getInfo in Search 404 7
Implement getInfo().
File
- ./
search404.test, line 15 - Tests for search404.module.
Class
- SingleResultTestCase
- Test case for Single result redirect option.
Code
public static function getInfo() {
return array(
'name' => 'Single result redirect',
'description' => 'Test if, Jump directly to the search result when there is only one result ',
'group' => 'Search404',
);
}