public static function RetrieveFileTestCase::getInfo
Archivo
- drupal-7.x/
modules/ system/ system.test, line 2408 - Tests for system.module.
Class
- RetrieveFileTestCase
- Test HTTP file downloading capability.
Código
public static function getInfo() {
return array(
'name' => 'HTTP file retrieval',
'description' => 'Checks HTTP file fetching and error handling.',
'group' => 'System',
);
}