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/tests/units.sqlite.xml
2014-10-22 19:59:09 +02:00

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>