public static function FileDownloadTest::getInfo

File

drupal/modules/simpletest/tests/file.test, line 2318
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

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',
  );
}