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