public static function UnmanagedMoveTest::getInfo

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

File

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

Class

UnmanagedMoveTest
Unmanaged move related tests.

Namespace

Drupal\system\Tests\File

Code

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