Simpic/vendor/upyun/sdk/phpunit.xml

26 lines
783 B
XML

<phpunit backupGlobals="true"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="upyun test cases">
<file>./tests/SignatureTest.php</file>
<file>./tests/UpyunTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="coverage.clover"/>
</logging>
</phpunit>