You are here

public static function OpenLayersPresets::getInfo in Openlayers 6.2

File

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

Class

OpenLayersPresets
Test OpenLayers presets.

Code

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