function FileValidatorTest::getInfo

File

modules/simpletest/tests/file.test, line 369

Class

FileValidatorTest
This will run tests against the file validation functions (file_validate_*).

Code

public static function getInfo() {
    return array(
        'name' => 'File validator tests',
        'description' => 'Tests the functions used to validate uploaded files.',
        'group' => 'File API',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.