You are here

public function GeolocationGeometryViewsBoundaryTest::testBoundaryNoLocations in Geolocation Field 8.3

Tests the boundary filter.

File

modules/geolocation_geometry/tests/src/Functional/GeolocationGeometryViewsBoundaryTest.php, line 59

Class

GeolocationGeometryViewsBoundaryTest
Tests the grid style plugin.

Namespace

Drupal\Tests\geolocation_geometry\Functional

Code

public function testBoundaryNoLocations() {
  $this
    ->drupalGet($this->viewsPath);
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}