Files
juipphp/vendor/jdcloud-api/jdcloud-sdk-php/tests/complete.phpunit.xml

19 lines
562 B
XML
Raw Normal View History

2024-05-28 17:04:50 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Full Composer Test Suite">
<directory>./Disk/</directory>
<directory>./Kms/</directory>
</testsuite>
</testsuites>
</phpunit>