You are here

public static function UCDropdownAttributesTestCase::getInfo in Dropdown Attributes 7

Test info.

File

tests/uc_dropdown_attributes.test, line 16
Tests for Dropdown Attributes.

Class

UCDropdownAttributesTestCase
Provides tests for Dropdown Attributes.

Code

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