function image_test_load
7.x image_test.module | image_test_load(stdClass $image) |
Image tookit's load operation.
File
- drupal-7.x/
modules/ simpletest/ tests/ image_test.module, line 93 - Helper module for the image tests.
Code
function image_test_load(stdClass $image) {
_image_test_log_call('load', array($image));
return $image;
}