]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/Nominatim/AddressDetailsTest.php
add `state_code` field to response address details
[nominatim.git] / test / php / Nominatim / AddressDetailsTest.php
index 1425be2d4f6305c5ec9a9d5c372e5fa6dba4570e..4cf363448b3e8fd50ec126ea4635528d054485b9 100644 (file)
@@ -86,6 +86,7 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase
                      'city' => 'London',
                      'state_district' => 'Greater London',
                      'state' => 'England',
+                     'state_code' => 'ENG',
                      'postcode' => 'SW1A 2AA',
                      'country' => 'United Kingdom',
                      'country_code' => 'gb'