You are here

public static function GMapMacroTest::getInfo in GMap Module 7.2

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

File

tests/gmap.test, line 51
Unit tests for gmap.module.

Class

GMapMacroTest

Code

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