function image_test_rotate in Drupal 7
Image tookit's rotate operation.
File
- modules/
simpletest/ tests/ image_test.module, line 127 - Helper module for the image tests.
Code
function image_test_rotate(stdClass $image, $degrees, $background = NULL) {
_image_test_log_call('rotate', array(
$image,
$degrees,
$background,
));
return TRUE;
}