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

10 lines
238 B
XML
Raw Normal View History

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