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