You are here

public static function FacetapiAdminInterfaceTestCase::getInfo in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 tests/facetapi.test \FacetapiAdminInterfaceTestCase::getInfo()
  2. 7 tests/facetapi.test \FacetapiAdminInterfaceTestCase::getInfo()

File

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

Class

FacetapiAdminInterfaceTestCase
Test cases for operations taken through the admin UI.

Code

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