]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/phpunit.xml
add skeleton for new Nominatim executables
[nominatim.git] / test / php / phpunit.xml
index 1fc95795c1d0b86b3704488e10956f493f0b1d26..8764d49efa72c70f315619de8f15d8cbbd3ff2d4 100644 (file)
@@ -7,7 +7,6 @@
     convertWarningsToExceptions="true"
     processIsolation="false"
     stopOnFailure="false"
-    syntaxCheck="true"
     bootstrap="./bootstrap.php"
     beStrictAboutTestsThatDoNotTestAnything="true"
     >
@@ -20,7 +19,7 @@
     </testsuites>
     <filter>
         <whitelist>
-            <directory>./lib/</directory>
+            <directory>../../lib/</directory>
         </whitelist>
     </filter>