You are here

public static function testGmapFormsTestCase::getInfo in GMap Module 7

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

File

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

Class

testGmapFormsTestCase

Code

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