You are here

public static function OpenLayersMapAlters::getInfo in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 tests/openlayers.test \OpenLayersMapAlters::getInfo()

File

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

Class

OpenLayersMapAlters
Test Case for Map Alters

Code

public static function getInfo() {
  return array(
    'name' => 'OpenLayers Map Alters',
    'description' => 'Tests the OpenLayers map alter hooks.',
    'group' => 'OpenLayers',
  );
}