File "phpunit.xml.dist"
Full path: /home/fsibplc/public_html/fsib/remittance/vendor/maennchen/zipstream-php/phpunit.xml.dist
File
size: 439 B (439 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<phpunit bootstrap="test/bootstrap.php">
<testsuites>
<testsuite name="Application">
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>