function image_test_resize

Image tookit's resize operation.

Archivo

drupal-7.x/modules/simpletest/tests/image_test.module, line 119
Helper module for the image tests.

Código

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