public static function FirstItemOnMultiResultTestCase::getInfo in Search 404 7
Implements getInfo().
File
- ./
search404.test, line 81 - Tests for search404.module.
Class
- FirstItemOnMultiResultTestCase
- Test cases for first item on multi result option.
Code
public static function getInfo() {
return array(
'name' => 'First item on multiple results',
'description' => 'Test if, Jump directly to the first search result even when there are multiple results',
'group' => 'Search404',
);
}