Helper validator that returns the $errors parameter.
function file_test_validator(File $file, $errors) { return $errors; }