public static function FileTransferTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php, line 22
Definition of Drupal\system\Tests\FileTransfer\FileTransferTest.

Class

FileTransferTest
File transfer tests.

Namespace

Drupal\system\Tests\FileTransfer

Code

public static function getInfo() {
  return array(
    'name' => 'FileTransfer unit tests',
    'description' => 'Test that the jail is respected and that protocols using recursive file move operations work.',
    'group' => 'System',
  );
}