You are here

public function GeolocationViewsCommonMapTest::testAjaxCommonMap in Geolocation Field 8

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/GeolocationViewsCommonMapTest.php \Drupal\Tests\geolocation\Functional\GeolocationViewsCommonMapTest::testAjaxCommonMap()
  2. 8.2 tests/src/Functional/GeolocationViewsCommonMapTest.php \Drupal\Tests\geolocation\Functional\GeolocationViewsCommonMapTest::testAjaxCommonMap()

Tests the boundary filter.

File

tests/src/Functional/GeolocationViewsCommonMapTest.php, line 37

Class

GeolocationViewsCommonMapTest
Tests the grid style plugin.

Namespace

Drupal\Tests\geolocation\Functional

Code

public function testAjaxCommonMap() {
  $this
    ->drupalGet('geolocation-demo/common-map-ajax');
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}