adapt php tests

Also fixes some errors found by the tests.
This commit is contained in:
Sarah Hoffmann
2020-05-17 13:47:08 +02:00
parent 1faa0f4d41
commit 528fe6553f
3 changed files with 79 additions and 76 deletions

View File

@@ -70,7 +70,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',