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