mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-18 23:48:19 +02:00
9 lines
200 B
XML
9 lines
200 B
XML
|
<phpunit stop-on-failure="true" stop-on-error="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Tests">
|
||
|
<!-- loads all *Test.php -->
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|