function image_test_load in SimpleTest 7
Image tookit's load operation.
File
- tests/
image_test.module, line 92 - Helper module for the image tests.
Code
function image_test_load(stdClass $image) {
_image_test_log_call('load', array(
$image,
));
return $image;
}