public static function ScaldGalleryTestCase::getInfo in Scald: Gallery 7.2
File
- tests/
scald_gallery.test, line 15 - Tests for scald_gallery.module.
Class
- ScaldGalleryTestCase
- Test the Scald Gallery functionality.
Code
public static function getInfo() {
return array(
'name' => 'Scald Gallery',
'description' => 'Test the Scald Gallery.',
'group' => 'Scald',
);
}