function file_test_file_copy

Implements hook_file_copy().

Archivo

drupal-7.x/modules/simpletest/tests/file_test.module, line 294
Helper module for the file tests.

Código

function file_test_file_copy($file, $source) {
  _file_test_log_call('copy', array($file, $source));
}