e7792e7d79
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
16 lines
442 B
XML
16 lines
442 B
XML
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="log">
|
|
<directory prefix="test" suffix=".php">tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<logging>
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
</logging>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|