mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
27 lines
818 B
XML
27 lines
818 B
XML
<?xml version="1.0"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
backupGlobals="false"
|
|
bootstrap="bootstrap.php"
|
|
colors="true"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
|
>
|
|
<coverage/>
|
|
<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>
|