public static function RetrieveFileTestCase::getInfo

7.x system.test public static RetrieveFileTestCase::getInfo()

File

drupal-7.x/modules/system/system.test, line 2408
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',
  );
}