You are here

public static function GeofieldWidgetTestCase::getInfo in Geofield 7.2

File

tests/geofield.test, line 48
Tests for geofield.module.

Class

GeofieldWidgetTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Geofield - Widgets',
    'description' => "Test the creation of geofields.",
    'group' => 'Geofield',
  );
}