You are here

public static function UserpointsServiceTestCase::getInfo in User Points 7

Same name and namespace in other branches
  1. 7.2 userpoints_service/userpoints_service.test \UserpointsServiceTestCase::getInfo()

Implements getInfo().

File

./userpoints_service.test, line 26
Tests for Userpoints Services integration.

Class

UserpointsServiceTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Services integration'),
    'description' => t('Tests the services resource userpoints and actions'),
    'group' => t('Userpoints'),
    // This is a hack to prevent these tests from being executed as they
    // are currently failing only on the testbot.
    // @todo: Remove this once the source of this error has been found.
    'dependencies' => array(
      'usepoints_ignore_this_test',
    ),
  );
}