public function GeolocationViewsBoundaryTest::testProximityNoLocations in Geolocation Field 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/GeolocationViewsBoundaryTest.php \Drupal\Tests\geolocation\Functional\GeolocationViewsBoundaryTest::testProximityNoLocations()
Tests the boundary filter.
File
- tests/
src/ Functional/ GeolocationViewsBoundaryTest.php, line 36
Class
- GeolocationViewsBoundaryTest
- Tests the grid style plugin.
Namespace
Drupal\Tests\geolocation\FunctionalCode
public function testProximityNoLocations() {
$this
->drupalGet($this->viewsPath);
$this
->assertSession()
->statusCodeEquals(200);
}