Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | * @author Jeroen De Dauw < [email protected] > |
||
16 | */ |
||
17 | class NominatimGeocoderTest extends \PHPUnit_Framework_TestCase { |
||
18 | |||
19 | public function testHappyPath() { |
||
20 | $fileFetcher = new InMemoryFileFetcher( [ |
||
21 | 'https://nominatim.openstreetmap.org/search?format=jsonv2&limit=1&q=New%2BYork' |
||
36 |