You are here

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

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

File

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

Class

CCKSelectOtherNotRequiredTest
Assert that select other list is not saving any values if -none- is selected

Code

public static function getInfo() {
  return array(
    'name' => t('CCK Select Other Not Required'),
    'description' => t('Asserts that CCK Select Other is not saving any values if -none- is selected.'),
    'group' => 'Field UI',
  );
}