初始化
This commit is contained in:
12
vendor/topthink/think-template/phpunit.xml
vendored
Normal file
12
vendor/topthink/think-template/phpunit.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user