official_website/server/vendor/topthink/think-template/phpunit.xml

12 lines
365 B
XML
Raw Normal View History

2024-11-29 14:05:52 +08:00
<phpunit
bootstrap="tests/bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="unit">
<directory phpVersion="8.0.0" phpVersionOperator=">=">tests/think</directory>
</testsuite>
</testsuites>
</phpunit>