function FileFieldValidateTestCase::getInfo
File
-
modules/
file/ tests/ file.test, line 1247
Class
- FileFieldValidateTestCase
- Tests various validations.
Code
public static function getInfo() {
return array(
'name' => 'File field validation tests',
'description' => 'Tests validation functions such as file type, max file size, max size per node, and required.',
'group' => 'File',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.