You are here

function GMapSimpleAPITest::getInfo in GMap Module 6

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

File

tests/gmap.test, line 8

Class

GMapSimpleAPITest
Unit tests for gmap.module.

Code

function getInfo() {
  return array(
    'name' => t('GMap API sanity checks'),
    'description' => t('Test the simple API functions in the public GMap API.'),
    'group' => t('GMap'),
  );
}