You are here

public static function OpenLayersLayers::getInfo in Openlayers 7.2

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

File

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

Class

OpenLayersLayers
Test OpenLayers layers.

Code

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