You are here

public static function CCKSelectOtherMultipleValueListTest::getInfo in CCK Select Other 7.2

Same name and namespace in other branches
  1. 7 tests/cck_select_other.test \CCKSelectOtherMultipleValueListTest::getInfo()

File

tests/cck_select_other.test, line 451
CCK Select Other Functional Tests

Class

CCKSelectOtherMultipleValueListTest
Assert multiple value list fields where $delta > 1 or -1 (unlimited).

Code

public static function getInfo() {
  return array(
    'name' => t('CCK Select Other Multiple Values'),
    'description' => t('Tests multiple value list field. Where delta is greater than one.'),
    'group' => 'Field UI',
  );
}