public static function RetrieveFileTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2664 - Tests for system.module.
Class
- RetrieveFileTestCase
- Test HTTP file downloading capability.
Code
public static function getInfo() {
return array(
'name' => 'HTTP file retrieval',
'description' => 'Checks HTTP file fetching and error handling.',
'group' => 'System',
);
}