You are here

public static function TzFieldGeofieldTest::getInfo in Time Zone Field 7

File

tzfield_geofield/tzfield_geofield.test, line 16
Functional tests for Time Zone Field Geofield module.

Class

TzFieldGeofieldTest
Functional tests for Time Zone Field Geofield module.

Code

public static function getInfo() {
  return array(
    'name' => 'Time Zone Field Geofield',
    'description' => 'Tests for Time Zone Field Geofield module.',
    'group' => 'tzfield',
  );
}