12 lines
365 B
XML
12 lines
365 B
XML
<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> |