You are here

function file_test_file_references in SimpleTest 7

Implement hook_file_references().

File

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

Code

function file_test_file_references($file) {
  _file_test_log_call('references', array(
    $file,
  ));
  return _file_test_get_return('references');
}