mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-22 10:31:19 +01:00
18 lines
403 B
XML
18 lines
403 B
XML
<?xml version="1.0"?>
|
|
<phpunit
|
|
bootstrap="bootstrap.php"
|
|
colors="true"
|
|
>
|
|
<extensions>
|
|
<extension class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/>
|
|
</extensions>
|
|
<testsuites>
|
|
<testsuite name="tests">
|
|
<directory>.</directory>
|
|
</testsuite>
|
|
<testsuite name="plugins">
|
|
<directory>../../plugins/*/tests/Browser</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|