You are here

public static function UserpointsUpdate7200AlternateTestCase::getInfo in User Points 7.2

Implements getInfo().

File

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

Class

UserpointsUpdate7200AlternateTestCase
Tests for update 7200: bundles. Alternate.

Code

public static function getInfo() {
  return array(
    'name' => 'Userpoints update 7200 (alternate)',
    'description' => 'Assert that database update 7200 works. This uses a different database dump.',
    'group' => 'Userpoints',
  );
}