]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/environment.py
add forgotten BDD test
[nominatim.git] / test / bdd / environment.py
index 6aec8f597a39dcf5676197fb3288589ea1118561..155b8d90a01fd18614481e5f22452011d5262f34 100644 (file)
@@ -30,8 +30,7 @@ userconfig = {
     'SERVER_MODULE_PATH' : None,
     'TOKENIZER' : None, # Test with a custom tokenizer
     'STYLE' : 'extratags',
-    'API_ENGINE': 'falcon',
-    'PHPCOV' : False, # set to output directory to enable code coverage
+    'API_ENGINE': 'falcon'
 }
 
 use_step_matcher("re")