7 calls to image_test_get_all_calls() in SimpleTest 7
- ImageToolkitTestCase::assertToolkitOperationsCalled in tests/
image.test - Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.
- ImageToolkitUnitTest::testCrop in tests/
image.test - Test the image_crop() function.
- ImageToolkitUnitTest::testDesaturate in tests/
image.test - Test the image_desaturate() function.
- ImageToolkitUnitTest::testResize in tests/
image.test - Test the image_resize() function.
- ImageToolkitUnitTest::testRotate in tests/
image.test - Test the image_rotate() function.
- ImageToolkitUnitTest::testScale in tests/
image.test - Test the image_scale() function.
- ImageToolkitUnitTest::testScaleAndCrop in tests/
image.test - Test the image_scale_and_crop() function.