diff options
Diffstat (limited to 'modules/image/image.test')
-rw-r--r-- | modules/image/image.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/image/image.test b/modules/image/image.test index 8ec77587b..6775085f4 100644 --- a/modules/image/image.test +++ b/modules/image/image.test @@ -105,7 +105,7 @@ class ImageFieldTestCase extends DrupalWebTestCase { /** * Tests the functions for generating paths and URLs for image styles. */ -class ImageStylesPathAndUrlUnitTest extends DrupalWebTestCase { +class ImageStylesPathAndUrlTestCase extends DrupalWebTestCase { protected $style_name; protected $image_info; protected $image_filepath; @@ -951,7 +951,7 @@ class ImageFieldValidateTestCase extends ImageFieldTestCase { /** * Tests that images have correct dimensions when styled. */ -class ImageDimensionsUnitTest extends DrupalWebTestCase { +class ImageDimensionsTestCase extends DrupalWebTestCase { public static function getInfo() { return array( |