public static function OpenLayersCore::getInfo in Openlayers 7.2
File
- tests/
openlayers.test, line 23 - Main OpenLayers Test file
Class
- OpenLayersCore
- Test the OpenLayers core functionality.
Code
public static function getInfo() {
return array(
'name' => 'OpenLayers Core',
'description' => 'Tests OpenLayers core functions.',
'group' => 'OpenLayers',
);
}