Current File : /home/jvzmxxx/wiki1/extensions/Maps/phpunit.xml.dist
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="tests/bootstrap.php"
         cacheTokens="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnError="false"
         stopOnFailure="false"
         stopOnIncomplete="false"
         stopOnSkipped="false">
    <testsuites>
        <testsuite name="Maps">
            <directory>tests</directory>
            <directory>SemanticMaps/tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist addUncoveredFilesFromWhitelist="true">
            <directory suffix=".php">includes</directory>
            <directory suffix=".php">src</directory>
            <directory suffix=".php">SemanticMaps/src</directory>
        </whitelist>
    </filter>
</phpunit>