You are here

public static function NodequeueApacheSolrUnitTest::getInfo in Nodequeue 6.2

File

tests/nodequeue.test, line 1046
Tests for the Nodequeue module.

Class

NodequeueApacheSolrUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('Apache Solr'),
    'description' => t('Test Apache Solr utility functions.'),
    'group' => t('Nodequeue ApacheSolr'),
  );
}