]> git.openstreetmap.org Git - nominatim.git/blobdiff - phpunit.xml
move checkModilePresence to class, delete own debug echo
[nominatim.git] / phpunit.xml
index bea876d5372ac3f6427a0c8742ecdf9f2fe848f3..addce5ce37154a96df2e505c800bd1bbe193e9f3 100644 (file)
@@ -8,13 +8,13 @@
     processIsolation="false"
     stopOnFailure="false"
     syntaxCheck="true"
-    bootstrap="tests-php/bootstrap.php"
+    bootstrap="test/php/bootstrap.php"
     >
     <php>
     </php>
     <testsuites>
         <testsuite name="Nominatim PHP Test Suite">
-            <directory>./tests-php/Nominatim</directory>
+            <directory>./test/php/Nominatim</directory>
         </testsuite>
     </testsuites>
     <filter>