]> git.openstreetmap.org Git - nominatim.git/commit
Declare return type of testcase setUp method
authorSimon Will <gorgor@gorgor.de>
Tue, 5 May 2020 21:40:18 +0000 (23:40 +0200)
committerSimon Will <gorgor@gorgor.de>
Tue, 5 May 2020 21:40:18 +0000 (23:40 +0200)
commit43fd2a7423eccfd1f3662c2046393dfa3e57fbe0
treec7bbd98573625871349b93eca3e2203975723268
parentc2f0d8e5ba4d2903492fe7ef728c398a4475a14d
Declare return type of testcase setUp method

PHPUnit 7 changed the signature of the TestCase methods to include the
return type.
test/php/Nominatim/AddressDetailsTest.php
test/php/Nominatim/DebugTest.php
test/php/Nominatim/SearchContextTest.php
test/php/Nominatim/TokenListTest.php