You are here

public static function UbercartAttributeTestCase::getInfo in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_attribute/uc_attribute.test \UbercartAttributeTestCase::getInfo()

File

uc_attribute/tests/uc_attribute.test, line 13
Ubercart Attribute Tests.

Class

UbercartAttributeTestCase
SimpleTests for the Ubercart Attributes API.

Code

public static function getInfo() {
  return array(
    'name' => 'Attribute API',
    'description' => 'Test the attribute API.',
    'group' => 'Ubercart',
  );
}