2022-02-11 15:48:06 +01:00

13 lines
349 B
XML

<phpunit bootstrap="tests/autoload.php">
<testsuites>
<testsuite name="Installation">
<directory>Installation</directory>
</testsuite>
<testsuite name="Unit">
<directory>Unit</directory>
</testsuite>
<testsuite name="Integration">
<directory>Integration</directory>
</testsuite>
</testsuites>
</phpunit>