You are here

public static function SearchNodeAccessTest::getInfo in Drupal 7

File

modules/search/search.test, line 2045
Tests for search.module.

Class

SearchNodeAccessTest
Tests node search with node access control.

Code

public static function getInfo() {
  return array(
    'name' => 'Search and node access',
    'description' => 'Tests search functionality with node access control.',
    'group' => 'Search',
  );
}