function FileDownloadTest::getInfo

File

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

Class

FileDownloadTest
Tests for download/file transfer functions.

Code

public static function getInfo() {
    return array(
        'name' => 'File download',
        'description' => 'Tests for file download/transfer functions.',
        'group' => 'File API',
    );
}

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