public static function DrupalSolrOfflineUnitTestCase::getInfo in Apache Solr Search 7
Same name and namespace in other branches
- 8 tests/apachesolr_base.test \DrupalSolrOfflineUnitTestCase::getInfo()
- 6.3 tests/apachesolr_base.test \DrupalSolrOfflineUnitTestCase::getInfo()
File
- tests/
apachesolr_base.test, line 622 - Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server
Class
Code
public static function getInfo() {
return array(
'name' => 'Solr Base Framework Tests Unit Test',
'description' => 'Unit test functionality of the Solr module',
'group' => 'ApacheSolr',
);
}