function FileValidateTest::getInfo

File

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

Class

FileValidateTest
Tests the file_validate() function..

Code

public static function getInfo() {
    return array(
        'name' => 'File validate',
        'description' => 'Tests the file_validate() function.',
        'group' => 'File API',
    );
}

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