2011-02-27 22:32:13 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-02-28 22:30:22 -06:00
|
|
|
<phpunit bootstrap="./tests/bootstrap.php"
|
2011-02-27 22:32:13 -06:00
|
|
|
colors="true"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
syntaxCheck="false"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
|
|
|
|
|
|
|
|
<testsuites>
|
2013-04-14 00:21:07 -07:00
|
|
|
<testsuite>
|
2011-02-28 22:30:22 -06:00
|
|
|
<directory>./tests/Guzzle/Tests</directory>
|
2011-02-27 22:32:13 -06:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
2012-06-26 18:58:44 -07:00
|
|
|
<logging>
|
|
|
|
<log type="junit" target="build/artifacts/logs/junit.xml" logIncompleteSkipped="false" />
|
|
|
|
</logging>
|
|
|
|
|
2011-02-27 22:32:13 -06:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
2011-04-06 11:11:04 -05:00
|
|
|
<directory suffix=".php">./src/Guzzle</directory>
|
2011-11-13 19:07:40 -06:00
|
|
|
<exclude>
|
|
|
|
<directory suffix="Interface.php">./src/Guzzle</directory>
|
2012-09-17 12:54:00 -07:00
|
|
|
<file>./src/Guzzle/Common/Exception/GuzzleException.php</file>
|
|
|
|
<file>./src/Guzzle/Http/Exception/HttpException.php</file>
|
2012-04-22 01:40:26 -07:00
|
|
|
<file>./src/Guzzle/Http/Exception/ServerErrorResponseException.php</file>
|
|
|
|
<file>./src/Guzzle/Http/Exception/ClientErrorResponseException.php</file>
|
2012-10-30 21:26:48 -07:00
|
|
|
<file>./src/Guzzle/Http/Exception/TooManyRedirectsException.php</file>
|
|
|
|
<file>./src/Guzzle/Http/Exception/CouldNotRewindStreamException.php</file>
|
2012-04-21 00:23:07 -07:00
|
|
|
<file>./src/Guzzle/Common/Exception/BadMethodCallException.php</file>
|
|
|
|
<file>./src/Guzzle/Common/Exception/InvalidArgumentException.php</file>
|
|
|
|
<file>./src/Guzzle/Common/Exception/RuntimeException.php</file>
|
|
|
|
<file>./src/Guzzle/Common/Exception/UnexpectedValueException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/ClientNotFoundException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/CommandException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/DescriptionBuilderException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/ServiceBuilderException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/ServiceNotFoundException.php</file>
|
|
|
|
<file>./src/Guzzle/Service/Exception/ValidationException.php</file>
|
2012-04-25 00:28:02 -07:00
|
|
|
<file>./src/Guzzle/Service/Exception/JsonException.php</file>
|
2011-11-13 19:07:40 -06:00
|
|
|
</exclude>
|
2011-02-27 22:32:13 -06:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
2011-04-06 11:11:04 -05:00
|
|
|
</phpunit>
|