mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +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> |