You are here

public static function UserpointsNodeCommentTestCase::getInfo in User points Nodes and Comments 7

Implementation of getInfo().

File

./userpoints_nc.test, line 17
Tests for userpoints_nc.module

Class

UserpointsNodeCommentTestCase
@file Tests for userpoints_nc.module

Code

public static function getInfo() {
  return array(
    'name' => t('Userpoints Nodes and Comments'),
    'description' => t('Tests granting points when creating and editing content'),
    'group' => t('Userpoints'),
    'dependencies' => array(
      'userpoints',
    ),
  );
}