You are here

public static function GeofieldOpenlayersTestCase::getInfo in Geofield 7.2

File

tests/geofield_openlayers.test, line 10
Integration tests for geofield.module with openlayers.module

Class

GeofieldOpenlayersTestCase
@file Integration tests for geofield.module with openlayers.module

Code

public static function getInfo() {
  return array(
    'name' => 'Geofield/Openlayers',
    'description' => "Integration tests for Openlayers",
    'group' => 'Geofield',
  );
}