function image_test_resize

Image tookit's resize operation.

File

drupal/core/modules/system/tests/modules/image_test/image_test.module, line 119
Helper module for the image tests.

Code

function image_test_resize(stdClass $image, $width, $height) {
  _image_test_log_call('resize', array(
    $image,
    $width,
    $height,
  ));
  return TRUE;
}