mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
19 lines
588 B
XML
19 lines
588 B
XML
<phpunit backupGlobals="false"
|
|
bootstrap="bootstrap.php"
|
|
colors="true">
|
|
<testsuites>
|
|
<testsuite name="Logon">
|
|
<directory suffix="Test.php">Logon</directory>
|
|
</testsuite>
|
|
<testsuite name="Contacts">
|
|
<directory suffix="Test.php">Contacts</directory>
|
|
</testsuite>
|
|
<testsuite name="Settings">
|
|
<directory suffix="Test.php">Settings</directory>
|
|
</testsuite>
|
|
<testsuite name="Mail">
|
|
<directory suffix="Test.php">Mail</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|