Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/plugins/carddav/tests/Unit/phpunit.xml
<phpunit colors="true" testdox="true" bootstrap="../autoload.php" verbose="true">
<php>
<var name="TEST_TESTRUN" value="unit"/>
<!-- make sure all PHP errors are reported and raise PHPunit exceptions -->
<ini name="error_reporting" value="-1"/>
</php>
<testsuites>
<testsuite name="unit">
<directory>.</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true" pathCoverage="false">
<include>
<file>../../carddav.php</file>
<directory suffix=".php">../../src</directory>
</include>
<report>
<php outputFile="../../testreports/unit/coverage.cov"/>
<clover outputFile="../../testreports/unit/clover.xml"/>
</report>
</coverage>
<logging>
<testdoxHtml outputFile="../../testreports/unit/results.html"/>
</logging>
</phpunit>
<!-- vim: set ts=4 sw=4 expandtab fenc=utf8 ff=unix tw=120: -->
Back to Directory
File Manager