Files
fast_response/front/vendor/iflytekop/xfyun-sdk/phpunit.xml.dist
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

21 lines
552 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite>
<name>UnitTest</name>
<directory>tests/Unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/V[!a-zA-Z]*</directory>
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>
</phpunit>