public static function CommerceProductReferenceAutocompleteSynonymsWebTestCase::getInfo in Synonyms 7
GetInfo method.
File
- synonyms_commerce/
synonyms_commerce.test, line 16 - Tests for the Synonyms Commerce module.
Class
- CommerceProductReferenceAutocompleteSynonymsWebTestCase
- Test synonyms autocomplete widget for commerce product reference field type.
Code
public static function getInfo() {
return array(
'name' => 'Commerce product reference synonyms autocomplete',
'description' => 'Ensure that the "synonym friendly autocomplete" widget works correctly with commerce product reference field type.',
'group' => 'Synonyms',
);
}