function image_test_load

Image tookit's load operation.

File

modules/simpletest/tests/image_test.module, line 93

Code

function image_test_load(stdClass $image) {
    _image_test_log_call('load', array(
        $image,
    ));
    return $image;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.