public static function RemoteFileUnmanagedCopyTest::getInfo

Overrides UnmanagedCopyTest::getInfo

File

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

Class

RemoteFileUnmanagedCopyTest
Unmanaged copy related tests on remote filesystems.

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  $info = parent::getInfo();
  $info['group'] = 'File API (remote)';
  return $info;
}