function FileSaveUploadTest::getInfo
1 call to FileSaveUploadTest::getInfo()
- RemoteFileSaveUploadTest::getInfo in modules/
simpletest/ tests/ file.test
1 method overrides FileSaveUploadTest::getInfo()
- RemoteFileSaveUploadTest::getInfo in modules/
simpletest/ tests/ file.test
File
-
modules/
simpletest/ tests/ file.test, line 586
Class
- FileSaveUploadTest
- Test the file_save_upload() function.
Code
public static function getInfo() {
return array(
'name' => 'File uploading',
'description' => 'Tests the file uploading functions.',
'group' => 'File API',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.