1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/vendor/christian-riesen/otp/phpunit.xml.dist
2015-04-21 17:56:16 +02:00

15 lines
346 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Otp Test Suite">
<directory>tests/Otp/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/Otp/</directory>
</whitelist>
</filter>
</phpunit>