TaskSystem/vendor/jpush/jpush/phpunit.xml.dist
2023-10-09 12:00:50 +08:00

16 lines
432 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="true"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="JPush PHP SDK Test Suite">
<directory>tests/JPush</directory>
</testsuite>
</testsuites>
</phpunit>