2011-02-27 22:32:13 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-09-19 23:15:56 -07:00
|
|
|
<phpunit bootstrap="./vendor/autoload.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>
|
2013-09-28 16:27:07 -07:00
|
|
|
<directory>tests/Guzzle/Tests</directory>
|
2011-02-27 22:32:13 -06:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
2011-04-06 11:11:04 -05:00
|
|
|
<directory suffix=".php">./src/Guzzle</directory>
|
2011-02-27 22:32:13 -06:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
2011-04-06 11:11:04 -05:00
|
|
|
</phpunit>
|