dolibarr.bankimport/vendor/nemiah/php-fints/phpunit.xml.dist
2026-02-13 18:30:28 +01:00

23 lines
811 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./lib/Tests/phpunit_bootstrap.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./lib/Fhp/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="FHP Test Suite">
<directory>./lib/Tests/Fhp/</directory>
</testsuite>
</testsuites>
</phpunit>