X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/de2a3bd5f8c2a4a40da1f2153afdb69e387dbcd2..16b6484c650eef161e64153f748643ca61553753:/test/bdd/environment.py diff --git a/test/bdd/environment.py b/test/bdd/environment.py index 7a7b943d..305c88e9 100644 --- a/test/bdd/environment.py +++ b/test/bdd/environment.py @@ -28,6 +28,7 @@ userconfig = { 'SERVER_MODULE_PATH' : None, 'TOKENIZER' : None, # Test with a custom tokenizer 'STYLE' : 'extratags', + 'API_ENGINE': 'php', 'PHPCOV' : False, # set to output directory to enable code coverage }