function image_test_rotate

Image tookit's rotate operation.

File

modules/simpletest/tests/image_test.module, line 127

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.