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