function image_test_rotate in SimpleTest 7
Image tookit's rotate operation.
File
- tests/
image_test.module, line 126 - 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;
}