function image_test_resize

Image tookit's resize operation.

File

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

Code

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

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