Files
dolibarr/test/phpunit/hudson-phpunit.xml
Regis Houssin 6de7f627c2 Fix: bad path
2011-09-17 09:25:55 +00:00

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>