You are here

public static function CurrentSearchInterfaceTestCase::getInfo in Facet API 7

Same name and namespace in other branches
  1. 7.2 contrib/current_search/tests/current_search.test \CurrentSearchInterfaceTestCase::getInfo()

File

contrib/current_search/tests/current_search.test, line 53
Test cases for the Current Search Blocks module.

Class

CurrentSearchInterfaceTestCase
Test cases for operations taken through the admin UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Administrative UI',
    'description' => 'Tests the UI for Current Search Blocks administrative pages.',
    'group' => 'Current Search Blocks',
  );
}