mailcow/data/web/inc/lib/vendor/yubico/u2flib-server/phpunit.xml

10 lines
238 B
XML
Raw Normal View History

2017-05-04 00:05:35 +08:00
<phpunit
colors="true">
<testsuite name="tests">
2017-05-10 05:25:23 +08:00
<directory suffix="test.php">tests</directory>
2017-05-04 00:05:35 +08:00
</testsuite>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>