You are here

public static function ReferenceOptionLimitProfile2TestCase::getInfo in Reference field option limit 7

Implements getInfo().

File

tests/reference_option_limit.test, line 610
Contains tests for the Reference option limit module.

Class

ReferenceOptionLimitProfile2TestCase
Test use of the module on a Profile2 entity.

Code

public static function getInfo() {
  return array(
    'name' => t('Profile2 entity form'),
    'description' => t('Tests behaviour on Profile2 entities with entityreference fields.'),
    'group' => t('Reference Option Limit'),
  );
}