public static function Search404NoRedirectTestCase::getInfo in Search 404 7
Implement getInfo().
File
- ./
search404.test, line 194 - Tests for search404.module.
Class
- Search404NoRedirectTestCase
- Test cases for 404 no redirect.
Code
public static function getInfo() {
return array(
'name' => 'Execute the callback directly instead of redirecting.',
'description' => 'This experimental feature notably allows to force 404 when using a custom search path.',
'group' => 'Search404',
);
}