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