You are here

public static function ImageGalleryTest::getInfo in Image 6

File

contrib/image_gallery/tests/image_gallery.test, line 7

Class

ImageGalleryTest

Code

public static function getInfo() {
  return array(
    'name' => 'Image Gallery tests',
    'description' => 'Test Image Gallery module functionality.',
    'group' => 'Image',
  );
}