public static function UnmanagedCopyTest::getInfo

1 call to UnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php
1 method overrides UnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php

File

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

Class

UnmanagedCopyTest
Unmanaged copy related tests.

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  return array(
    'name' => 'Unmanaged file copying',
    'description' => 'Tests the unmanaged file copy function.',
    'group' => 'File API',
  );
}