You are here

public static function UserpointsFieldsTestCase::getInfo in User Points 7.2

Implements getInfo().

File

./userpoints.test, line 663
Contains test classes for userpoints module.

Class

UserpointsFieldsTestCase
Tests for fields integration.

Code

public static function getInfo() {
  return array(
    'name' => t('Userpoints fields.'),
    'description' => t('Tests integration with fields.'),
    'group' => t('Userpoints'),
  );
}