function file_test_validator
Helper validator that returns the $errors parameter.
File
-
modules/
simpletest/ tests/ file.test, line 12
Code
function file_test_validator($file, $errors) {
return $errors;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.