You are here

public static function NodequeueAPIAccessUnitTest::getInfo in Nodequeue 6.2

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

File

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

Class

NodequeueAPIAccessUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('Access'),
    'description' => t('User access restrictions.'),
    'group' => t('Nodequeue API'),
  );
}