blob: 0583c7f83d258dd7af2cf45d5de72353bf4c3bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<phpunit>
<testsuites>
<testsuite name="Kanboard">
<directory>units</directory>
</testsuite>
</testsuites>
<php>
<const name="DB_DRIVER" value="postgres" />
<const name="DB_USERNAME" value="postgres" />
<const name="DB_NAME" value="kanboard_unit_test" />
</php>
</phpunit>
|