public static function FacetapiAdminInterfaceTestCase::getInfo in Facet API 6.3
Same name and namespace in other branches
- 7.2 tests/facetapi.test \FacetapiAdminInterfaceTestCase::getInfo()
- 7 tests/facetapi.test \FacetapiAdminInterfaceTestCase::getInfo()
File
- tests/
facetapi.test, line 171 - Tests for the Facet API module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Administrative UI',
'description' => 'Tests the UI for Facet API administrative pages.',
'group' => 'Facet API',
);
}