You are here

public static function CCKSelectOtherPHPOptionsTest::getInfo in CCK Select Other 7

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

File

tests/cck_select_other.test, line 329
test file for cck_select_other Testing file

Class

CCKSelectOtherPHPOptionsTest
@class CCK Select Other PHP Options Test

Code

public static function getInfo() {
  return array(
    'name' => t('CCK Select Other PHP Options Test'),
    'description' => t('Confirm that php options are generated in the select list.'),
    'group' => t('Field UI'),
  );
}