function GMapSimpleAPITest::getInfo in GMap Module 6
Same name and namespace in other branches
- 6.2 tests/gmap.test \GMapSimpleAPITest::getInfo()
- 7.2 tests/gmap.test \GMapSimpleAPITest::getInfo()
- 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'),
);
}