You are here

function UserpointsAdminTestCase::getInfo in User Points 7

Same name and namespace in other branches
  1. 7.2 userpoints.test \UserpointsAdminTestCase::getInfo()

Implements getInfo().

File

tests/userpoints_api.test, line 719
Contains test classes for userpoints module.

Class

UserpointsAdminTestCase
Administration UI tests

Code

function getInfo() {
  return array(
    'name' => t('Userpoints Admin'),
    'description' => t('Test various userpoints administration forms and listings.'),
    'group' => t('Userpoints'),
  );
}