mailcow-dockerized/data/web/inc/lib/vendor/yubico/u2flib-server/phpunit.xml
2025-04-17 17:29:05 -05:00

9 lines
238 B
XML
Executable file

<phpunit
colors="true">
<testsuite name="tests">
<directory suffix="test.php">tests</directory>
</testsuite>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>