You are here

public static function GeofieldFormatterTestCase::getInfo in Geofield 7.2

File

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

Class

GeofieldFormatterTestCase

Code

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