You are here

public static function GeoFieldElementTestCase::getInfo in Geofield 7.2

File

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

Class

GeoFieldElementTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Geofield FormAPI Elements',
    'description' => "Test Geofield FormAPI elements.",
    'group' => 'Geofield',
  );
}