Files
roundcubemail/tests/MessageRendering/phpunit.xml
2024-12-19 19:01:25 +01:00

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>