public static function FileDownloadTest::getInfo in SimpleTest 7
File
- tests/
file.test, line 1872 - 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',
);
}