function file_test_file_copy in SimpleTest 7
Implement hook_file_copy().
File
- tests/
file_test.module, line 253 - Helper module for the file tests.
Code
function file_test_file_copy($file, $source) {
_file_test_log_call('copy', array(
$file,
$source,
));
}