| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function testCargoQuery() { |
||
| 20 | $content = $this->getCargoMapOutput(); |
||
| 21 | |||
| 22 | $this->assertContains( '<div id="map_leaflet_', $content ); |
||
| 23 | $this->assertContains( '"GeoJsonSource":"TestGeoJson"', $content ); |
||
| 24 | $this->assertContains( '"GeoJsonRevisionId":', $content ); |
||
| 25 | $this->assertContains( '"geojson":{"type":"FeatureCollection"', $content ); |
||
| 26 | } |
||
| 27 | |||
| 34 |