function FileManagedFileElementTestCase::getInfo

File

modules/file/tests/file.test, line 378

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.