function image_test_rotate

Image tookit's rotate operation.

Archivo

drupal-7.x/modules/simpletest/tests/image_test.module, line 127
Helper module for the image tests.

Código

function image_test_rotate(stdClass $image, $degrees, $background = NULL) {
  _image_test_log_call('rotate', array($image, $degrees, $background));
  return TRUE;
}