public static function GMapMacroTest::getInfo in GMap Module 7
Same name and namespace in other branches
- 6 tests/gmap.test \GMapMacroTest::getInfo()
- 7.2 tests/gmap.test \GMapMacroTest::getInfo()
File
- tests/
gmap.test, line 51 - Unit tests for gmap.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'GMap Macro checks',
'description' => 'Test the ability to parse macros into map arrays.',
'group' => 'GMap',
);
}