public static function ReferenceOptionLimitTaxonomyTestCase::getInfo in Reference field option limit 7
Implements getInfo().
File
- tests/
reference_option_limit.test, line 16 - Contains tests for the Reference option limit module.
Class
- ReferenceOptionLimitTaxonomyTestCase
- Test use of the module with term reference fields.
Code
public static function getInfo() {
return array(
'name' => t('Reference Option Limit taxonomy term'),
'description' => t('Tests behaviour with taxonomy term reference fields.'),
'group' => t('Reference Option Limit'),
);
}