You are here

public static function NodequeueExternalFetchingUnitTest::getInfo in Nodequeue 6.2

Same name and namespace in other branches
  1. 7.2 tests/nodequeue.test \NodequeueExternalFetchingUnitTest::getInfo()

File

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

Class

NodequeueExternalFetchingUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('External'),
    'description' => t('External queue fetching.'),
    'group' => t('Nodequeue API'),
  );
}