public static function FileManagedFileElementTest::getInfo

File

drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php, line 17
Definition of Drupal\file\Tests\FileManagedFileElementTest.

Class

FileManagedFileElementTest
Tests the 'managed_file' element type.

Namespace

Drupal\file\Tests

Code

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