You are here

public static function DropdownAttributeTestCase::getInfo in Dropdown Attributes 6

File

tests/uc_dropdown_attributes.test, line 16
Dropdown Attribute Tests

Class

DropdownAttributeTestCase
Tests for Dropdown Attributes.

Code

public static function getInfo() {
  return array(
    'name' => 'Dropdown Attributes functionality',
    'description' => 'Test Dropdown Attributes functionality.',
    'group' => 'Dropdown attributes',
  );
}