You are here

function file_test_file_delete in SimpleTest 7

Implement hook_file_delete().

File

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

Code

function file_test_file_delete($file) {
  _file_test_log_call('delete', array(
    $file,
  ));
}