public static function GmapViewsExtendedTestCase::getInfo in GMap Module 7.2
File
- gmap_test_extended/
tests/ gmap_test_extended.test, line 26
Class
- GmapViewsExtendedTestCase
- WebTest tests for gmap_test_extended.module.
Code
public static function getInfo() {
return array(
'name' => 'GmapViewsExtendedTestCase',
'description' => 'Test the Gmap Views Extended.',
'group' => 'GMap',
);
}