Helper module for the image tests.

File

core/modules/simpletest/tests/image_test.module

Functions

Namesort descending Description
image_test_crop Image toolkit's crop operation.
image_test_desaturate Image toolkit's desaturate operation.
image_test_get_all_calls Get an array with the all the calls to the toolkits since image_test_reset() was called.
image_test_get_info Image toolkit's get_info operation.
image_test_image_toolkits Implements hook_image_toolkits().
image_test_load Image toolkit's load operation.
image_test_reset Reset/initialize the history of calls to the toolkit functions.
image_test_resize Image toolkit's resize operation.
image_test_rotate Image toolkit's rotate operation.
image_test_save Image toolkit's save operation.
image_test_settings Image toolkit's settings operation.
_image_test_log_call Store the values passed to a toolkit call.