You are here

public static function FilterIEImageEffectsUnitTest::getInfo in FiltersIE 7

File

./filtersie.test, line 13
Tests for image.module.

Class

FilterIEImageEffectsUnitTest
Use the image_test.module's mock toolkit to ensure that the effects are properly passing parameters to the image toolkit.

Code

public static function getInfo() {
  return array(
    'name' => 'FiltersIE Image effects',
    'description' => 'Test that the image effects pass parameters to the toolkit correctly.',
    'group' => 'Image',
  );
}