function locationmapTest::get_info in Location Map 7
Same name and namespace in other branches
- 8.2 tests/locationmap.test \locationmapTest::get_info()
- 7.2 tests/locationmap.test \locationmapTest::get_info()
File
- tests/
locationmap.test, line 5
Class
Code
function get_info() {
return array(
'name' => 'locationmap',
'desc' => t('locationmap unit tests.'),
'group' => 'locationmap',
);
}