mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
14 lines
301 B
XML
14 lines
301 B
XML
<phpunit
|
|
bootstrap="vendor/autoload.php"
|
|
defaultTestSuite="unit"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>tests/unit</directory>
|
|
</testsuite>
|
|
<testsuite name="integration">
|
|
<directory>tests/integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|