mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
15 lines
346 B
XML
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>
|