public static function FileManagedFileElementTestCase::getInfo

File

drupal/modules/file/tests/file.test, line 376
Tests for file.module.

Class

FileManagedFileElementTestCase
Tests the 'managed_file' element type.

Code

public static function getInfo() {
  return array(
    'name' => 'Managed file element test',
    'description' => 'Tests the managed_file element type.',
    'group' => 'File',
  );
}