function image_test_resize in Drupal 7
Image tookit's resize operation.
File
- modules/
simpletest/ tests/ 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;
}