You are here

function locationmapTest::get_info in Location Map 7

Same name and namespace in other branches
  1. 8.2 tests/locationmap.test \locationmapTest::get_info()
  2. 7.2 tests/locationmap.test \locationmapTest::get_info()

File

tests/locationmap.test, line 5

Class

locationmapTest

Code

function get_info() {
  return array(
    'name' => 'locationmap',
    'desc' => t('locationmap unit tests.'),
    'group' => 'locationmap',
  );
}