You are here

function GeofieldOpenlayersTestCase::testSampletest in Geofield 7.2

Sample test.

File

tests/geofield_openlayers.test, line 31
Integration tests for geofield.module with openlayers.module

Class

GeofieldOpenlayersTestCase
@file Integration tests for geofield.module with openlayers.module

Code

function testSampletest() {
  $this
    ->assertTrue(1 == 1, "1 == 1");
}