function ImageEffectsUnitTest::setUp
Overrides ImageToolkitTestCase::setUp
File
-
modules/
image/ image.test, line 407
Class
- ImageEffectsUnitTest
- Use the image_test.module's mock toolkit to ensure that the effects are properly passing parameters to the image toolkit.
Code
function setUp() {
parent::setUp('image_module_test');
module_load_include('inc', 'image', 'image.effects');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.