You are here

public static function FacetapiAdapterTestCase::getInfo in Facet API 6.3

File

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

Class

FacetapiAdapterTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Adapter functionality',
    'description' => 'Tests the adapter system.',
    'group' => 'Facet API',
  );
}