function file_test_file_update

Implements hook_file_update().

File

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

Code

function file_test_file_update(File $file) {
  _file_test_log_call('update', array(
    $file->fid,
  ));
}