mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 03:47:01 +00:00
10 lines
267 B
XML
10 lines
267 B
XML
<phpunit bootstrap="vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>tests/unit</directory>
|
|
</testsuite>
|
|
<testsuite name="integration">
|
|
<directory>tests/integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |