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