Ai_GirlFriend/xunifriend_RaeeC/vendor/maniac/easemob-php/phpunit.xml

12 lines
348 B
XML
Raw Normal View History

2026-01-31 19:15:41 +08:00
<phpunit bootstrap="./tests/bootstrap.php">
<testsuites>
<testsuite name="money">
<directory>tests</directory>
</testsuite>
</testsuites>
<logging>
<junit outputFile="tests/logs/junit.xml"/>
<testdoxHtml outputFile="tests/logs/testdox.html"/>
<testdoxXml outputFile="tests/logs/testdox.xml"/>
</logging>
</phpunit>