You are here

function file_test_file_update in SimpleTest 7

Implement hook_file_update().

File

tests/file_test.module, line 246
Helper module for the file tests.

Code

function file_test_file_update($file) {
  _file_test_log_call('update', array(
    $file,
  ));
}