X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e2a7a795d4bc4ed97e9354bb35a63eec4c7b1583..fa2aca1cbc27a610b13372bed39bcbf349d71805:/test/php/Nominatim/AddressDetailsTest.php diff --git a/test/php/Nominatim/AddressDetailsTest.php b/test/php/Nominatim/AddressDetailsTest.php index 62faf1a4..1425be2d 100644 --- a/test/php/Nominatim/AddressDetailsTest.php +++ b/test/php/Nominatim/AddressDetailsTest.php @@ -1,19 +1,23 @@ oDbStub = $this->getMockBuilder(\DB::class) @@ -74,7 +78,7 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase { $oAD = new AddressDetails($this->oDbStub, 194663412, 10, 'en'); $expected = array( - 'attraction' => '10 Downing Street', + 'tourism' => '10 Downing Street', 'house_number' => '10', 'road' => 'Downing Street', 'neighbourhood' => 'St. James\'s',