You are here

public static function GmapViewsTestCase::getInfo in GMap Module 7.2

File

gmap_test/tests/gmap_test.test, line 26

Class

GmapViewsTestCase
WebTest tests for gmap_test.module.

Code

public static function getInfo() {
  return array(
    'name' => 'GmapViewsTestCase',
    'description' => 'Test the Gmap Views.',
    'group' => 'GMap',
  );
}