public static function FileAdminOptionsTestCase::getInfo in File admin 7
Implements getInfo().
File
- tests/
file_admin.test, line 32 - Tests for file_admin.module.
Class
Code
public static function getInfo() {
return array(
'name' => t('File Admin Options Test'),
'description' => t('Test the options are present on forms.'),
'group' => t('File Admin'),
);
}