You are here

public static function GeoFieldTestCase::getInfo in Geofield 7

File

./geofield.test, line 10
Tests for geofield.module.

Class

GeoFieldTestCase
@file Tests for geofield.module.

Code

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