function image_test_get_info
Image toolkit's get_info operation.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ image_test.module, line 85 - Helper module for the image tests.
Código
function image_test_get_info(stdClass $image) {
_image_test_log_call('get_info', array($image));
return array();
}