]> git.openstreetmap.org Git - nominatim.git/commit
use namespaces for PHPUnit classes
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 25 Aug 2018 12:57:31 +0000 (14:57 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 25 Aug 2018 12:57:31 +0000 (14:57 +0200)
commita5d35d6e84d5de5f6ae98d09a7863cf50a84f586
tree17359597030f0ff1996d0ffecd5406a7b8ea1477
parente8982068b63bd3f8020597f9529e6f2e01a527e3
use namespaces for PHPUnit classes

This is mandatory for PHPUnit 6.x. Older versions provide a
forward compatibility layer, so we should be good.

Fixes #1150.
test/php/Nominatim/DebugTest.php
test/php/Nominatim/LibTest.php
test/php/Nominatim/ParameterParserTest.php
test/php/Nominatim/PhraseTest.php
test/php/Nominatim/SearchContextTest.php
test/php/Nominatim/StatusTest.php
test/php/Nominatim/TokenListTest.php