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