public static function FileManagedFileElementTestCase::getInfo in Drupal 7
File
- 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',
);
}