| 1 image_test.module | image_test_resize(stdClass $image, $width, $height) | 
Image toolkit's resize operation.
File
- core/modules/ simpletest/ tests/ image_test.module, line 118 
- 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;
}
