public static function testGmapMacroFormsTestCase::getInfo in GMap Module 7
Same name and namespace in other branches
- 7.2 tests/gmap.test \testGmapMacroFormsTestCase::getInfo()
File
- tests/
gmap.test, line 150 - Unit tests for gmap.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'GMAP Macro Forms',
'description' => 'GMAP Macro Forms WebTesting.',
'group' => 'GMap',
);
}