File
- drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php, line 29
- Definition of Drupal\file\Tests\SaveUploadTest.
Class
- SaveUploadTest
- Test the file_save_upload() function.
Namespace
Drupal\file\Tests
Code
public static function getInfo() {
return array(
'name' => 'File uploading',
'description' => 'Tests the file uploading functions.',
'group' => 'File API',
);
}