- ImageEffectsUnitTest::testEffects in core/
modules/ image/ tests/ image.test - Test all the image effects provided by core.
- ImageToolkitTestCase::assertToolkitOperationsCalled in core/
modules/ simpletest/ 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 core/
modules/ simpletest/ tests/ image.test - Test the image_crop() function.
- ImageToolkitUnitTest::testDesaturate in core/
modules/ simpletest/ tests/ image.test - Test the image_desaturate() function.
- ImageToolkitUnitTest::testResize in core/
modules/ simpletest/ tests/ image.test - Test the image_resize() function.
- ImageToolkitUnitTest::testRotate in core/
modules/ simpletest/ tests/ image.test - Test the image_rotate() function.
- ImageToolkitUnitTest::testScale in core/
modules/ simpletest/ tests/ image.test - Test the image_scale() function.
- ImageToolkitUnitTest::testScaleAndCrop in core/
modules/ simpletest/ tests/ image.test - Test the image_scale_and_crop() function.