public static function FileDownloadTest::getInfo
7.x file.test | public static FileDownloadTest::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ file.test, line 2336 - 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',
);
}