public static function FileFieldWidgetTestCase::getInfo

7.x file.test public static FileFieldWidgetTestCase::getInfo()

File

drupal-7.x/modules/file/tests/file.test, line 321
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',
  );
}