You are here

public static function UbercartRolesTestCase::getInfo in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 uc_roles/tests/uc_roles.test \UbercartRolesTestCase::getInfo()

File

uc_roles/uc_roles.test, line 13
Role assignment product feature tests.

Class

UbercartRolesTestCase
Tests the role purchase functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Roles',
    'description' => 'Ensures that the purchase of roles functions correctly.',
    'group' => 'Ubercart',
  );
}