mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-24 19:41:19 +01:00
15 lines
296 B
XML
15 lines
296 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>
|
|
</testsuites>
|
|
</phpunit>
|