mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 23:04:54 +08:00
13 lines
370 B
XML
13 lines
370 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit bootstrap="./tests/unit/bootstrap.php"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnFailure="false">
|
|
<testsuites>
|
|
<testsuite name="Yii Test Suite">
|
|
<directory>./tests/unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |