public static function RetrieveFileTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php, line 16
Definition of Drupal\system\Tests\System\RetrieveFileTest.

Class

RetrieveFileTest
Test HTTP file downloading capability.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'HTTP file retrieval',
    'description' => 'Checks HTTP file fetching and error handling.',
    'group' => 'System',
  );
}