You are here

public static function GMapSimpleAPITest::getInfo in GMap Module 7

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

File

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

Class

GMapSimpleAPITest
@file Unit tests for gmap.module.

Code

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