public static function SearchNodeAccessTest::getInfo
Archivo
- drupal-7.x/
modules/ search/ search.test, line 2003 - Tests for search.module.
Class
- SearchNodeAccessTest
- Tests node search with node access control.
Código
public static function getInfo() {
return array(
'name' => 'Search and node access',
'description' => 'Tests search functionality with node access control.',
'group' => 'Search',
);
}