You are here

public static function FacetapiBugFixTestCase::getInfo in Facet API 7

Same name and namespace in other branches
  1. 7.2 tests/facetapi.test \FacetapiBugFixTestCase::getInfo()

File

tests/facetapi.test, line 306
Tests for the Facet API module.

Class

FacetapiBugFixTestCase

Code

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