You are here

public static function GmapMacroToolboxTestCase::getInfo in GMap Module 7.2

File

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

Class

GmapMacroToolboxTestCase

Code

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