public static function ImageGalleryTest::getInfo in Image 6
File
- contrib/
image_gallery/ tests/ image_gallery.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'Image Gallery tests',
'description' => 'Test Image Gallery module functionality.',
'group' => 'Image',
);
}