messages and to use Guzzle 4 as the default transport layer. implements blueprint guzzle-transport Closes-Bug: 1277535 Change-Id: I287587b75f42bb48e945335a7b734cadaedc684f
22 lines
588 B
XML
22 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true">
|
|
<testsuites>
|
|
<testsuite name="PHPUnit">
|
|
<directory>test/Tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<logging>
|
|
<log
|
|
type="coverage-html"
|
|
target="build/coverage"
|
|
charset="UTF-8"
|
|
yui="true"
|
|
highlight="true"
|
|
lowUpperBound="35"
|
|
highLowerBound="70"
|
|
showUncoveredFiles="true"
|
|
/>
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
</logging>
|
|
</phpunit>
|