You are here

public static function GmapPolylineToolboxTestCase::getInfo in GMap Module 7.2

File

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

Class

GmapPolylineToolboxTestCase

Code

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