public static function CCKSelectOtherTest::getInfo in CCK Select Other 6
Implementation of getInfo() method
Return value
array
2 methods override CCKSelectOtherTest::getInfo()
- CCKSelectOtherAllowedValuesTest::getInfo in tests/
cck_select_other.test - Implementation of getInfo() method
- CCKSelectOtherBasicTest::getInfo in tests/
cck_select_other.test - Implementation of getInfo() method
File
- tests/
cck_select_other.test, line 71 - test file for cck_select_other Testing file
Class
- CCKSelectOtherTest
- SimpleTest class for cck_select_other
Code
public static function getInfo() {
return array(
'name' => t('CCK Select Other'),
'description' => t('Confirms that there are 5 options available. Used as a base class.'),
'group' => t('CCK'),
);
}