public static function FileSaveUploadTest::getInfo
2 calls to FileSaveUploadTest::getInfo()
- RemoteFileSaveUploadTest::getInfo in drupal-7.x/
modules/ simpletest/ tests/ file.test - RemoteFileSaveUploadTest::getInfo in drupal-7.x/
modules/ simpletest/ tests/ file.test
1 method overrides FileSaveUploadTest::getInfo()
- RemoteFileSaveUploadTest::getInfo in drupal-7.x/
modules/ simpletest/ tests/ file.test
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file.test, line 585 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- FileSaveUploadTest
- Test the file_save_upload() function.
Código
public static function getInfo() {
return array(
'name' => 'File uploading',
'description' => 'Tests the file uploading functions.',
'group' => 'File API',
);
}