You are here

public static function OpenLayersPresetsHook::getInfo in Openlayers 6

File

tests/openlayers.test, line 20
Main OpenLayers Test file

Class

OpenLayersPresetsHook
Test OpenLayers presets.

Code

public static function getInfo() {
  return array(
    'name' => 'OpenLayers Presets Hook',
    'description' => 'Tests the OpenLayers Preset hook.',
    'group' => 'OpenLayers',
  );
}