function file_test_file_delete in Drupal 7
Implements hook_file_delete().
File
- modules/
simpletest/ tests/ file_test.module, line 316 - Helper module for the file tests.
Code
function file_test_file_delete($file) {
_file_test_log_call('delete', array(
$file,
));
}