function file_test_file_copy

Implements hook_file_copy().

File

drupal/core/modules/file/tests/file_test/file_test.module, line 195
Helper module for the file tests.

Code

function file_test_file_copy(File $file, $source) {
  _file_test_log_call('copy', array(
    $file->fid,
    $source->fid,
  ));
}