public function LeafletCommonMapTest::testCommonMap in Geolocation Field 8.3
Tests the boundary filter.
File
- modules/
geolocation_leaflet/ tests/ src/ Functional/ LeafletCommonMapTest.php, line 36
Class
- LeafletCommonMapTest
- Tests the grid style plugin.
Namespace
Drupal\Tests\geolocation_leaflet\FunctionalCode
public function testCommonMap() {
$this
->drupalGet('geolocation-demo/leaflet-commonmap');
$this
->assertSession()
->statusCodeEquals(200);
}