You are here

function OpenLayersCCKWidgetTest::getInfo in Openlayers 6.2

File

modules/openlayers_cck/tests/openlayers_cck.test, line 17
OpenLayers CCK tests

Class

OpenLayersCCKWidgetTest
OpenLayers Test Class

Code

function getInfo() {
  return array(
    'name' => t('OpenLayers CCK widget'),
    'description' => t('Tests the OpenLayers CCK Widget.'),
    'group' => t('OpenLayers'),
  );
}