You are here

public static function GmapDefaultsTestCase::getInfo in GMap Module 7.2

File

tests/oopmigration.test, line 106
unit tests for refactoring steps

Class

GmapDefaultsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'GMap legacy API defaults refactoring checks',
    'description' => 'Test the legacy API defaults functions.',
    'group' => 'GMap',
  );
}