<phpunit colors="true">
<testsuites>
<testsuite name="ClosureCompiler">
<directory>tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="tests/coverage" charset="UTF-8" highlight="true" lowUpperBound="35" highLowerBound="70"/>
</logging>
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">./</directory>
<exclude>
<directory suffix=".php">tests</directory>
<directory suffix=".php">vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
|