public static function SimpleGmapTest::getInfo in Simple Google Maps 7
File
- ./
simple_gmap.test, line 28 - Semi-automated tests for the Simple Google Maps module.
Class
- SimpleGmapTest
- Creates a page to look at to test the Simple Google Maps module.
Code
public static function getInfo() {
return array(
'name' => 'Simple Google Maps',
'description' => 'Creates a page to test the Simple Google Maps module',
'group' => 'Simple Google Maps module',
);
}