You are here

function GMapMacroTest::getInfo in GMap Module 6

Same name and namespace in other branches
  1. 7.2 tests/gmap.test \GMapMacroTest::getInfo()
  2. 7 tests/gmap.test \GMapMacroTest::getInfo()

File

tests/gmap.test, line 44

Class

GMapMacroTest

Code

function getInfo() {
  return array(
    'name' => t('GMap Macro checks'),
    'description' => t('Test the ability to parse macros into map arrays.'),
    'group' => t('GMap'),
  );
}