tests: more coverage for all API endpoints

This commit is contained in:
Sarah Hoffmann
2017-10-04 00:05:34 +02:00
parent e276ec2e94
commit 89c576fbe1
4 changed files with 41 additions and 12 deletions

View File

@@ -45,27 +45,16 @@ class PlaceLookup
$this->bNameDetails = $bNameDetails;
}
public function setIncludePolygonAsPoints($b = true)
{
$this->bIncludePolygonAsPoints = $b;
}
public function getIncludePolygonAsPoints()
{
return $this->bIncludePolygonAsPoints;
}
public function setIncludePolygonAsText($b = true)
{
$this->bIncludePolygonAsText = $b;
}
public function getIncludePolygonAsText()
{
return $this->bIncludePolygonAsText;
}
public function setIncludePolygonAsGeoJSON($b = true)
{
$this->bIncludePolygonAsGeoJSON = $b;