public static function FileManagedFileElementTestCase::getInfo

Archivo

drupal-7.x/modules/file/tests/file.test, line 230
Tests for file.module.

Class

FileManagedFileElementTestCase
Tests the 'managed_file' element type.

Código

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