mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 07:44:01 +01:00
22 lines
727 B
XML
22 lines
727 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>
|
|
<testsuite name="Plugins">
|
|
<directory suffix="Test.php">../../plugins/*/tests/Browser</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|