Files
openstack-sdk-php/phpunit.xml.dist
Matt Farina 948eb89ba8 Migrating the transport layer to use the proposed FIG PSR for http
messages and to use Guzzle 4 as the default transport layer.

implements blueprint guzzle-transport
Closes-Bug: 1277535

Change-Id: I287587b75f42bb48e945335a7b734cadaedc684f
2014-04-15 15:36:49 -04:00

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>