mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
11 lines
No EOL
278 B
XML
11 lines
No EOL
278 B
XML
<phpunit>
|
|
<testsuites>
|
|
<testsuite name="Kanboard">
|
|
<directory>units</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<const name="DB_DRIVER" value="sqlite" />
|
|
<const name="DB_FILENAME" value=":memory:" />
|
|
</php>
|
|
</phpunit> |