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