function file_test_file_delete

7.x file_test.module file_test_file_delete($file)

Implements hook_file_delete().

File

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

Code

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