You are here

public static function OpenlayersBaseTestCase::getInfo in Openlayers 7.3

File

tests/openlayers.test, line 11
Tests for openlayers.module.

Class

OpenlayersBaseTestCase
@file Tests for openlayers.module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'Openlayers Test Case 1',
    'description' => 'Ensure that the openlayers module functions properly.',
    'group' => 'Openlayers',
  );
}