public function GeolocationViewsCommonMapTest::testAjaxCommonMap in Geolocation Field 8
Same name and namespace in other branches
- 8.3 tests/src/Functional/GeolocationViewsCommonMapTest.php \Drupal\Tests\geolocation\Functional\GeolocationViewsCommonMapTest::testAjaxCommonMap()
- 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\FunctionalCode
public function testAjaxCommonMap() {
$this
->drupalGet('geolocation-demo/common-map-ajax');
$this
->assertSession()
->statusCodeEquals(200);
}