move php tests in common test dir and unify READMEs

This commit is contained in:
Sarah Hoffmann
2016-12-30 22:55:57 +01:00
parent 5252051291
commit b2be8c3ab7
10 changed files with 145 additions and 140 deletions

View File

@@ -10,7 +10,6 @@ from sys import version_info as python_version
logger = logging.getLogger(__name__)
userconfig = {
'BASEURL' : 'http://localhost/nominatim',
'BUILDDIR' : os.path.join(os.path.split(__file__)[0], "../../build"),
'REMOVE_TEMPLATE' : False,
'KEEP_TEST_DB' : False,