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',
);
}