blob: 22e09c03ab48d55cbb0c4f17d64c7c5c0a166ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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_PASSWORD" value="postgres" />
<const name="DB_NAME" value="kanboard_unit_test" />
</php>
</phpunit>
|