1 image_test.module image_test_rotate(stdClass $image, $degrees, $background = NULL)

Image toolkit's rotate operation.

File

core/modules/simpletest/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;
}