mirror of
https://github.com/danog/math.git
synced 2024-12-04 10:18:08 +01:00
49ea5a085e
Travis now supports merged code coverage reports, so we do not need to merge them ourselves.
14 lines
378 B
XML
14 lines
378 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" bootstrap="phpunit.php">
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|