You are here

public static function CurrentSearchBugFixTestCase::getInfo in Facet API 7

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

File

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

Class

CurrentSearchBugFixTestCase
Test cases for operations taken through the admin UI.

Code

public static function getInfo() {
  return array(
    'name' => 'Bug Fixes',
    'description' => 'Tests fixed bugs to prevent regressions.',
    'group' => 'Current Search Blocks',
  );
}