public static function FileFieldWidgetTestCase::getInfo in Drupal 7
File
- modules/
file/ tests/ file.test, line 479 - Tests for file.module.
Class
- FileFieldWidgetTestCase
- Tests file field widget.
Code
public static function getInfo() {
return array(
'name' => 'File field widget test',
'description' => 'Tests the file field widget, single and multi-valued, with and without AJAX, with public and private files.',
'group' => 'File',
);
}