public static function DrupalSolrNodeTestCase::getInfo in Apache Solr Search 7
Same name and namespace in other branches
- 8 tests/apachesolr_base.test \DrupalSolrNodeTestCase::getInfo()
- 6.3 tests/apachesolr_base.test \DrupalSolrNodeTestCase::getInfo()
File
- tests/
apachesolr_base.test, line 392 - 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 Node add, deletion, indexing and document building tests',
'description' => 'Tests if we can successfully add and delete nodes',
'group' => 'ApacheSolr',
);
}