You are here

public static function FileSaveUploadTest::getInfo in SimpleTest 7

File

tests/file.test, line 540
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

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',
  );
}