mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-29 04:41:32 +01:00
23 lines
809 B
XML
23 lines
809 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE phpunit SYSTEM "phpunit.dtd" >
|
|
<phpunit bootstrap="AllTests.php"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnFailure="false"
|
|
backupGlobals="false"
|
|
syntaxCheck="true">
|
|
|
|
<testsuite name="dolibarr">
|
|
<directory suffix="Test.php">./</directory>
|
|
</testsuite>
|
|
|
|
<logging>
|
|
<log type="coverage-html" target="../../hudson/coverage/" title="Dolibarr"
|
|
charset="UTF-8" yui="true" highlight="true"
|
|
lowUpperBound="35" highLowerBound="70"/>
|
|
<log type="coverage-clover" target="../../hudson/logs/clover.xml"/>
|
|
<log type="junit" target="../../hudson/logs/junit.xml" logIncompleteSkipped="false"/>
|
|
</logging>
|
|
|
|
</phpunit> |