public static function NgLightboxTest::getInfo in NG Lightbox 7
File
- tests/
ng_lightbox.test, line 13 - NG Lightbox tests.
Class
- NgLightboxTest
- @file NG Lightbox tests.
Code
public static function getInfo() {
return array(
'name' => 'NG Lightbox',
'group' => 'NG Lightbox',
'description' => 'Base tests for the NG Lightbox module.',
);
}