public static function OptionsWidgetsTestCase::getInfo in Drupal 7
File
- modules/
field/ modules/ options/ options.test, line 9 - Tests for options.module.
Class
- OptionsWidgetsTestCase
- @file Tests for options.module.
Code
public static function getInfo() {
return array(
'name' => 'Options widgets',
'description' => "Test the Options widgets.",
'group' => 'Field types',
);
}