public static function MoveTest::getInfo

File

drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php, line 14
Definition of Drupal\file\Tests\MoveTest.

Class

MoveTest
Move related tests

Namespace

Drupal\file\Tests

Code

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