You are here

public static function testGmapMacroFormsTestCase::getInfo in GMap Module 7.2

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

File

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

Class

testGmapMacroFormsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'GMAP Macro Forms',
    'description' => 'GMAP Macro Forms WebTesting.',
    'group' => 'GMap',
  );
}