public static function ManagedFileTestCase::getInfo in Managed File 7
File
- tests/
managed_file.test, line 27 - Managed File (Test).
Class
- ManagedFileTestCase
- Class ManagedFileTestCase.
Code
public static function getInfo() {
return [
'name' => t('Managed File'),
'group' => t('Form'),
'description' => t('Testing extended API of "managed_file" widget.'),
];
}