public static function OpenLayersMaps::getInfo in Openlayers 7.2
File
- tests/
openlayers.test, line 111 - Main OpenLayers Test file
Class
- OpenLayersMaps
- Test OpenLayers maps.
Code
public static function getInfo() {
return array(
'name' => 'OpenLayers Maps',
'description' => 'Tests the OpenLayers maps system.',
'group' => 'OpenLayers',
);
}