function image_test_get_info

Image toolkit's get_info operation.

File

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

Code

function image_test_get_info(stdClass $image) {
    _image_test_log_call('get_info', array(
        $image,
    ));
    return array();
}

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