2014-09-24 00:53:20 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
2018-09-15 16:23:10 +03:00
|
|
|
bootstrap="./bootstrap.php"
|
|
|
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
2014-09-24 00:53:20 +04:00
|
|
|
>
|
|
|
|
<php>
|
|
|
|
</php>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Nominatim PHP Test Suite">
|
2018-09-15 16:23:10 +03:00
|
|
|
<directory>./Nominatim</directory>
|
2014-09-24 00:53:20 +04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory>./lib/</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
</phpunit>
|