public static function LGFATestCase::getInfo in GMap Module 7.2
File
- tests/
gmap.test, line 271 - Unit tests for gmap.module.
Class
- LGFATestCase
- WebTest tests for location_gmap_find_address.module.
Code
public static function getInfo() {
return array(
'name' => 'Location Gmap Find Address button checks',
'description' => 'Test the Location Gmap Find Address button checks.',
'group' => 'GMap',
);
}